Trims the given prefix from the given string. Related: trimLeft.
The string to trim.
The prefix to trim from s.
s
The maximum number of times to trim the prefix (default is 1), a value less than zero indicates no limit.
1
Trims the given prefix from the given string. Related: trimLeft.