/// <summary> /// Appends a pattern that matches a character that is not from the white-space character class. /// </summary> /// <returns></returns> public CharGrouping NotWhiteSpace() => Append(Chars.NotWhiteSpace());