#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_regex_find_all(
stack: Stack,
) -> StackExpand description
Find all matches of a pattern in the string
Stack effect: ( String pattern – List )
Returns a list of all matched substrings. Empty list if no matches or invalid regex.
§Safety
Stack must have two String values on top