patch_seq_regex_valid

Function patch_seq_regex_valid 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_regex_valid(stack: Stack) -> Stack
Expand description

Check if a pattern is a valid regex

Stack effect: ( String – Bool )

Returns true if the pattern compiles successfully, false otherwise.

§Safety

Stack must have a String value on top