#[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 Bool )
Returns a list of all matched substrings and true on success. Returns empty list and false on invalid regex.
§Safety
Stack must have two String values on top