| Did you know ... | Search Documentation: |
| regex->initialise |
->compile’d
on the first call to regex->match
or
regex->search.
After creation the pattern may be changed using
regex->pattern.
If the case_sensitive argument is @off,
searching and matching is caried out ignoring case. See also regex->ignore_case.