Fri, 10 Sep 2004 21:04:46 +0100 (4:04 PM EDT here) Stuart Moore wrote:

>>> Although difficult to do exactly what you want, you can come
>>> pretty close with:

>>>     \*?\bist-?d?\b

I tested both of these RegExs for _all_ your patterns, and both of them
worked.

          \*?\bist\s?-?d?\b        [where \s? matches 0 or 1 space]

          \*?ist\s?-?d?\b

Unfortunately, both of the RegExs also match patterns that include
"ist -d" . Patterns that include "ist- d" are matched as "ist" .

-- 

Daniel A. Grunberg       Kensington, Maryland, USA
homepage: www.nyx.net/~dgrunber/


________________________________________________
Current version is 3.00.00 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to