string_trim_start (string text[, string search]) ⇒ string
Trims a string at the start, removing all instances of a character. If no search parameter is given, the function simply takes the space character and trims the string of it.
Alternative function names: str_trim_start
First available: Version 1.3.5.90
Comments