Function |find
regex::|find
Usage
|find(text, regex)
Parameters
โณ text:
string
โณ regex:
string
Return
โด Option<string>
Find in string according to a regex.
The regex syntax is Unicode-aware. Please refer to Regex Syntax in documentation for full syntax description.