| TrimStart(String, ReadOnlySpanChar) | Generates a String from which all leading occurrences of the characters in the specified read-only span are removed. |
| TrimStart(String, String) | Generates a String from which all leading occurrences of the characters in the specified read-only span are removed. |