regexec
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | regexec [2009/06/02 15:52] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: regexec.txt, | ||
| + | ======Synopsis: | ||
| + | $[[regexec]](< | ||
| + | |||
| + | ======Technical: | ||
| + | Attempts to match a string against a pre-compiled regex. | ||
| + | |||
| + | See the [[regex]] page for more info. | ||
| + | |||
| + | ======Returns: | ||
| + | Returns 0 if the string is matched by the compiled pattern. | ||
| + | |||
| + | Returns non-zero for any error. | ||
| + | [[regerror]] for specific information. | ||
| + | means the pattern did not match the regular expression. | ||
| + | |||
| + | ======History====== | ||
| + | This function first appeared in epic4-1.029. | ||
| + | |||
regexec.txt · Last modified: 2009/06/02 15:52 by 127.0.0.1
