Skip to content

re::find

find(value: String, pattern: Regex)

ParameterTypeDescription
valueString
patternRegex

Returns

(String) The first occurrence of the given pattern in the given value.