Class Factory


  • public class Factory
    extends Object
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getAlphanumeric

        public Pattern getAlphanumeric​(String languageCode)
        Gets the alphanumeric pattern for the language. Please save the value locally because this call is expensive.
        Parameters:
        languageCode - The language code. If null, or unknown, the default pattern will be returned.
        Returns:
        The alphanumeric pattern for the language or the default pattern.