mz_
regexp
0.0.0
Functions
regexp_split_to_array
mz_regexp
Function
regexp_split_to_array
Copy item path
Settings
Help
Summary
Source
pub fn regexp_split_to_array<'a>(text: &'a
str
, regexp: &
Regex
) ->
Vec
<&'a
str
>