Word
Word represents a word in Read, Find, and related functions.
Examples
Read words from a file:
stream = StringToStream["Hello World Test"];
Read[stream, Word]Read multiple words:
stream = StringToStream["one two three"];
ReadList[stream, Word]Please visit the official Wolfram Language Reference for more details.