J
Johann Swart
I have an alphabetical word list of approximately 160,000 words. Each word is
its own paragraph, i.e. only one word per paragraph.
If I want to search for any word with e.g. five characters only, I write the
following code in the "Find what:" line:
^13([a-z]{5})^13 (the "^13" is for paragraph character)
Using the above code, the search doesn't find anything, yet when I remove
the first "^13", it finds all words of five letters and more with the last
five letters and the paragraph character highlighted.
How should the code be written if one is searching for 5-character words only?
its own paragraph, i.e. only one word per paragraph.
If I want to search for any word with e.g. five characters only, I write the
following code in the "Find what:" line:
^13([a-z]{5})^13 (the "^13" is for paragraph character)
Using the above code, the search doesn't find anything, yet when I remove
the first "^13", it finds all words of five letters and more with the last
five letters and the paragraph character highlighted.
How should the code be written if one is searching for 5-character words only?