string_ends_with (string text, string search) ⇒ string
Returns a boolean true or false value as to whether a string, text, ends with the regular expression, search.
Alternative function names: str_ends_with
First available: Version 1.3.3
Comments