Trims the specified characters from the start of the string segment.
public StringSegment TrimStart()
A string segment with the whitespace trimmed.
Trims the whitespace from the start of the string segment.
public StringSegment TrimStart(params char[] characters)
| parameter | description |
|---|---|
| characters | The characters to trim. |
A string segment with the whitespace trimmed.