Uses of Enum Class
org.miaixz.bus.core.text.StringTrimer.TrimMode
Packages that use StringTrimer.TrimMode
-
Uses of StringTrimer.TrimMode in org.miaixz.bus.core.text
Methods in org.miaixz.bus.core.text that return StringTrimer.TrimModeModifier and TypeMethodDescriptionstatic StringTrimer.TrimModeReturns the enum constant of this class with the specified name.static StringTrimer.TrimMode[]StringTrimer.TrimMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.core.text with parameters of type StringTrimer.TrimModeModifier and TypeMethodDescriptionstatic StringCharsBacker.trim(CharSequence text, StringTrimer.TrimMode mode) 除去字符串头尾部的空白符,如果字符串是null,依然返回null。static StringCharsBacker.trim(CharSequence text, StringTrimer.TrimMode mode, Predicate<Character> predicate) 按照断言,除去字符串头尾部的断言为真的字符,如果字符串是null,依然返回null。Constructors in org.miaixz.bus.core.text with parameters of type StringTrimer.TrimModeModifierConstructorDescriptionStringTrimer(StringTrimer.TrimMode mode, Predicate<Character> predicate) 构造