On Sat, 15 Jul 2006 [EMAIL PROTECTED] wrote: > Thanks for explaining the regex filter, Andy. Huge help. >
Hm, Andy, can you send publicly? Short long answer is an overly verbose regular expression howto like http://www.amk.ca/python/howto/regex/, and short answer is '^pre' to look for words beginning with 'pre' and 'ings$' to look for words ending in 'ings'. To look for words that begin with pre and end with ings and have a Y in the middle, input '^pre.*y.*ings$'. Of course, there are no such words. Oh, and you have to enter a query like 'preyings*' (or 'preyings/', these mean the same thing in olaugh language) first; that's what's so bloody clunky. um, it'd be a lot more useful to allow regexp input into the regular search input box so one doesn't have to use the clunky regexp filter all the time. Kind of like google's one-boxes everywhere. hm, duh, I'll have to add this soon. > Next question: Is there a simple way to watch a sim play out on the board > (preferably at a comprehensible speed)? No, but that'd be really cool. > > To expand on my previous Q sim, a 6-ply sim on exchange 7 and exchange 6 > (keeping Q) from an AENOQRT opening rack gave a difference of about 9.5 in > TWL06 > and 12.7 in TWL98. That's a 3.2 difference as opposed to the 1.7 point > difference given by 2-ply sims. I suspect the real value of the Q on the > opening rack > has gone up by about 2.7. cool! thanks, --Jason Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/quackle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
