cString: LastIndexOfAny |
Returns the index of the first character found in the OfAny set of characters searching from the end of the string.
Public Function LastIndexOfAny( ByRef s As String, ByRef OfAny As Variant, Optional ByVal Index As Variant, Optional ByVal Count As Variant ) As Long
The indexing of s is zero-based.
Project VBCorLib Overview Class cString Overview cString Properties cString Methods Join PadLeft