mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 09:31:12 +00:00
Add support for run-time regex options (REG_NOTBOL and REG_NOTEOL),
and more text transformation functions.
This commit is contained in:
parent
454aa5c603
commit
b7d076feab
3 changed files with 72 additions and 5 deletions
|
@ -42,4 +42,5 @@ void GIB_Regex_Init (void);
|
|||
regex_t *GIB_Regex_Compile (const char *regex, int cflags);
|
||||
const char *GIB_Regex_Error (void);
|
||||
int GIB_Regex_Translate_Options (const char *opstr);
|
||||
int GIB_Regex_Translate_Runtime_Options (const char *opstr);
|
||||
unsigned int GIB_Regex_Apply_Match (regmatch_t match[10], dstring_t *dstr, unsigned int ofs, const char *replace);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue