Skip to content

re::split

split(value: String, pattern: Regex)

ParameterTypeDescription
valueStringThe entire string
patternRegexThe pattern to split on

Returns

(List)