Class SurrogateRegexTranslator.CharRange

    • Constructor Detail

      • CharRange

        public CharRange​(int lower,
                         int upper)
        Create a character class for a range of characters
        Parameters:
        lower - the lower end of the range
        upper - the upper end of the range