Function script::xpath::eval_function::substring_after

source ยท
fn substring_after(s1: &str, s2: &str) -> String
Expand description

If s2 is found inside s1, return everything after s2. Return all of s1 otherwise.