Contents - Index - Previous - Next
| To do this: | Type this: |
|---|---|
Select all words of a certain length, e.g. words of 4 characters: |
???? |
Select all words greater than a certain length, e.g. words of 4 characters and over |
????* |
Select words beginning with a prefix, e.g. words beginning with 'un-' |
un* |
Select words ending with a suffix, e.g. words ending in '-ing' |
*ing |
Select words which begin with 'un' and end with 'ing' |
un*ing |
Select words which begin with 'un' and contain 't' |
- first select by typing un* - then select again by typing *t* |
| Select all words which contain the letter 'e' | *e* |
Select all words (this keeps all the words currently in the Wordlist - i.e. it has no effect!) |
* |