Loading

MATCHER

strings

The MATCHER function will compile a regular expression into an efficient object which can be used by MATCH.

MATCHER is available since version 1.0.0.

See also

Signatures

Examples

'abc def ghi jkl' '([^ ].*) ([^ ].*) [^ ].* [^ ].*' MATCHER MATCH