patch_seq_regex_replace_all

Function patch_seq_regex_replace_all 

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