patch_seq_string_split

Function patch_seq_string_split 

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