Paranoia starts the list and Pyromania ends it. Weird, huh?
marc_roddis <[EMAIL PROTECTED]> wrote: Now that I have learned how to generate the word lists I want in Quackle, is it possible for me to, for example, paste the list of words into Microsoft Word? I am hoping to edit the list by deleting all the words I already know from the set. I would be very grateful for any help you can provide. Marc --- In [email protected], "Jason Katz-Brown" <[EMAIL PROTECTED]> wrote: > > Sure. Type "PIA*" in the normal place, hit the "Query" button, then > click on "Regex" under Filters. Now type in "^P.*IA$" into the > lineedit that appears and click "Apply". > > Any "regular expression" can be entered into that unlabeled lineedit. > ^ matches the beginning of the word, . matches any letter, .* matches > any sequence of letters, $ matches the end of the word, [AEIOU] > matches one vowel, [UV] matches U or V, and so on. For a complete > documentation on regular expressions, see some page like: > > http://www.amk.ca/python/howto/regex/ > > Sorry this is such a pain in the arse. > > Cheers > --Jason > > On Mon, Jun 2, 2008 at 1:50 AM, Nathan Robinson <[EMAIL PROTECTED]> wrote: > > I've only just discovered this program, spectacular, a big thankyou to the > > creators. Just a quick question regarding generating word lists is it > > possible to specify where in a word you wish certain letters to be eg. all 7 > > letter words beginning with P and ending in IA. > > Cheers, > > nathan > > > > > > ________________________________ > > Get the name you always wanted with the new y7mail email address. > > >
