#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_string_split(stack: Stack) -> StackExpand description
Split a string on a delimiter
Stack effect: ( str delim – Variant )
Returns a Variant containing the split parts as fields.
§Safety
Stack must have two String values on top