pub fn split( s: &str, separator: &JValue, limit: Option<usize>, ) -> Result<JValue, FunctionError>
$split(str, separator, limit) - Split string into array separator can be a string or a regex object