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 all words which contain the letter 'e' | *e* |
Select all words (this matches any word and so would produce the same result as a Full Concordance, but more slowly!) |
* |