Class WordParser

    • Constructor Detail

      • WordParser

        public WordParser​(CharSequence input)
        Construct.
        Parameters:
        input - to parse
    • Method Detail

      • getWord

        public String getWord()
        Gets the word including the optional whitespace surrounding the word.
        Returns:
        the word surrounded by whitespace