Closed joschi closed 6 years ago
This PR adds the commonly required starts_with() and ends_with() string functions to check a string prefix or suffix respectively without having to use regular expressions (which might be less performant).
starts_with()
ends_with()
This PR adds the commonly required
starts_with()
andends_with()
string functions to check a string prefix or suffix respectively without having to use regular expressions (which might be less performant).