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