Category
The string to trim
The character to remove from the start of string
A string with the leading start
characters removed
Category
Removes the leading start
characters from an array.
Time complexity: O(n)
Space complexity: O(n)
A shallow-copied array with the leading start
characters removed
Removes the leading
start
characters from a string.Time complexity: O(n)
Space complexity: O(n)