Skip to main content

substring_after

Function substring_after 

Source
pub fn substring_after(
    s: &str,
    separator: &str,
) -> Result<JValue, FunctionError>
Expand description

$substringAfter(str, separator) - Get substring after separator