Thursday, January 15, 2004, Patrick G. wrote:

>     %REGEXPTEXT="^\".{2,}\"\s\-{2}.{20}"

> I get the followng error:

>  *** Error: \ at end of pattern ***.{2,}\"\s\-{2}.{20})"

>  Perhaps I've been at this too long this evening, but even after
>  searching teh archives and reading the RegEx tutorial, I can not
>  figure out what I'm doing wrong.

The double double quotes may (should) be confusing your regexp-machine.
Try %REGEXPTEXT='^\".{2,}\"\s\-{2}.{20}'

-- 
Urban

In spring, the salmon swim upstream to spoon.

________________________________________________
Current version is 2.02.3 CE | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to