cString: TrimStart |
Trims the beginning of the string.
Public Function TrimStart( ByRef s As String, Optional ByRef TrimChars As Variant ) As String
Unlike VBs LTrim function, this can trim multiple character types, not just spaces.
The trimChars can be either a string of the characters or an integer array of characters that will be trimmed from the beginning.
Project VBCorLib Overview Class cString Overview cString Properties cString Methods TrimEnd