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.