IRegexp¶
Compiled I-Regexp pattern for full-string matching and substring search. Created via IRegexpCompiler.parse() or .compile().
Public Functions¶
is_match¶
Test if the entire input string matches the pattern.
Parameters¶
- input: String val
Returns¶
- Bool val
search¶
Test if any substring of input matches the pattern.
Parameters¶
- input: String val
Returns¶
- Bool val