Click or drag to resize
UtilitiesTrimBeforeLast Method
Overload List
  NameDescription
Public methodStatic memberTrimBeforeLast(String, Char)
Returns the "Tail" of a string, after (but not including) the Last instance of specified delimiter.
Public methodStatic memberTrimBeforeLast(String, String)
Returns the "Tail" of a string, after (but not including) the Last instance of specified substring.
Top
See Also