Class Factory


  • public class Factory
    extends Object
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getAlphanumeric

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