Go to the source code of this file.
I hate rm_so/eo name! | |
| #define | begin rm_so |
| #define | end rm_eo |
Functions | |
| regmatch_t | regfind (const char *from, const char *exp) |
| Searches for a regular expression in the given string. | |
| regoff_t | regfind_start (const char *from, const char *exp) |
| Searches for a regular expression in the given string, returning only the starting offset. | |
| regoff_t | regfind_end (const char *from, const char *exp) |
| Searches for a regular expression in the given string, returning only the ending offset. | |
| int | regfind_count (const char *from, const char *exp) |
| Searches for a regular expression in the given string, returning the number of occurrences. | |
>
Alessio Caprari <
>
Definition in file regularexp.h.
|
|
Definition at line 25 of file regularexp.h. |
|
|
Definition at line 26 of file regularexp.h. |
|
||||||||||||
|
Searches for a regular expression in the given string.
|
|
||||||||||||
|
Searches for a regular expression in the given string, returning the number of occurrences.
|
|
||||||||||||
|
Searches for a regular expression in the given string, returning only the ending offset.
|
|
||||||||||||
|
Searches for a regular expression in the given string, returning only the starting offset.
|
1.3.6-20040222