Class TextUtil


  • public class TextUtil
    extends Object
    • Constructor Detail

      • TextUtil

        public TextUtil()
    • Method Detail

      • isFirstLetterSeparatorChar

        public static boolean isFirstLetterSeparatorChar​(int currentChar)
        According to the CSS spec the first letter includes certain punctuation immediately preceding or following the actual first letter.
        Parameters:
        currentChar -
        Returns: