Skip to main content
regexp_split_to_array
mz_
regexp
0.0.0
mz_regexp
Function
regexp_
split_
to_
array
Copy item path
Source
pub fn regexp_split_to_array<'a>(text: &'a
str
, regexp: &
Regex
) ->
Vec
<&'a
str
>