logo
pub fn is_startingwith(
    _state: &State<'_, '_>,
    v: String,
    other: String
) -> Result<bool, Error>
This is supported on crate feature builtins only.
Expand description

Checks if the value is starting with a string.