Skip to main content

split

Function split 

Source
pub fn split(
    s: &str,
    separator: &JValue,
    limit: Option<usize>,
) -> Result<JValue, FunctionError>
Expand description

$split(str, separator, limit) - Split string into array separator can be a string or a regex object