#[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 )
Returns the string with all matches replaced. If no match or invalid regex, returns the original string.
§Safety
Stack must have three String values on top