Matches any number of non-space characters, starting at the specified position in the word. For example, "inter**" will match all words that begin with "inter" (e.g., "internal", "internet", "international", etc.).
The '*' wildcard may also be embedded in a search string. |