patch_seq_regex_find_all

Function patch_seq_regex_find_all 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_regex_find_all( stack: Stack, ) -> Stack
Expand 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