#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_regex_find(stack: Stack) -> StackExpand description
Find the first match of a pattern in the string
Stack effect: ( String pattern – String Bool )
Returns the matched text and true on success, empty string and false on no match.
§Safety
Stack must have two String values on top