Trims leading c characters from the string s. Related: trimPrefix.
c
s
The string to trim.
The character set to trim from s.
The maximum number of characters to trim from the left side (default is -1), a value less than zero indicates no limit.
-1
Trims leading
ccharacters from the strings. Related: trimPrefix.