TrimX extension
Extension providing trimming sanitizers on String.
- on
Methods
-
ltrimChars(
String chars) → String -
Available on String, provided by the TrimX extension
Removes the givencharsfrom the start of the string. -
rtrimChars(
String chars) → String -
Available on String, provided by the TrimX extension
Removes the givencharsfrom the end of the string. -
trimChars(
String chars) → String -
Available on String, provided by the TrimX extension
Removes the givencharsfrom both ends of the string.