RegexSearch

API reference for RegexSearch

RegexSearch

Regex search scans the entire string from beginning to end, looking for the first occurrence where the regex pattern matches.

property match_fn : Callable

Match function to use for the regex evaluator.

Last updated

Was this helpful?