On Fri 10-Sep-04 6:12am -0400, Stuart Moore wrote: > I want to find any posts that have any of the following > complete strings (case is not relevant): > > *ist > *istd > *ist-d > ist > istd > ist-d
Although difficult to do exactly what you want, you can come
pretty close with:
\*?\bist-?d?\b
--
Best regards,
Bill
________________________________________________
Current version is 3.00.00 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

