#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_regex_valid(stack: Stack) -> StackExpand 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