Package google.registry.util
Class JavaCharMatchers
java.lang.Object
google.registry.util.JavaCharMatchers
Creates
CharMatchers
that support Java character strings only, not unicode
supplementary characters.-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.CharMatcher
Returns aCharMatcher
that matcher only ASCII letters and digits.
-
Method Details
-
asciiLetterOrDigitMatcher
public static com.google.common.base.CharMatcher asciiLetterOrDigitMatcher()Returns aCharMatcher
that matcher only ASCII letters and digits.
-