Click or drag to resize
UtilitiesTrimBefore Method
Overload List
  NameDescription
Public methodStatic memberTrimBefore(String, Char)
Returns the "Tail" of a string, after (but NOT including) the First instance of specified delimiter. See also
Public methodStatic memberTrimBefore(String, String)
Returns the "Tail" of a string, after (but NOT including) the First instance of specified search string.
Top
See Also