Constructor and Description |
---|
StripCleaner()
Default strip cleaner, will strip the characters
,#*-!`{}~[]='<>:%/ if they are in the beginning or at the
end of a string. |
StripCleaner(String trimChars)
Default strip cleaner, will strip the characters given in a string if
they are in the beginning or at the end of a string.
|
public StripCleaner()
,#*-!`{}~[]='<>:%/
if they are in the beginning or at the
end of a string.public StripCleaner(String trimChars)
trimChars
- - a string containing the characters to be stripped outCopyright © 2013. All rights reserved.