StringExtensionsTrimStart Method

Overload List

TrimStart(String, String) Trims all occurrences of the provided startsWith instance from the start of the input string
TrimStart(String, String, StringComparison) Trims all occurrences of the provided startsWith instance from the start of the input string
TrimStart(String, String, StringComparison, Int32) Trims max occurrences of the provided startsWith instance from the start of the input string
TrimStart(String, String, StringComparison, Int32, Int32) Trims max occurrences of the provided startsWith instance from the start of the input string

See Also