Skip to content

re::findAll

findAll(value: String, pattern: Regex)

ParameterTypeDescription
valueString
patternRegex

Returns

(Generator) All the occurrences of the given pattern in the given value.