#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_regex_replace_all(
stack: Stack,
) -> StackExpand description
Replace all occurrences of a pattern
Stack effect: ( String pattern replacement – String Bool )
Returns the string with all matches replaced and true on success. Returns original string and false on invalid regex.
§Safety
Stack must have three String values on top