Regular expression definitions.
More...
#include "../../str.h"
Go to the source code of this file.
Functions
-
int reg_replace (char *pattern, char *replacement, char *string, str *result)
- Match pattern against string and, if match succeeds, and replace string with replacement substituting tokens \d with matched substrings.
Detailed Description
Definition in file regexp.h.