--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> Hi forxtra,
> 
> Duplicated your script, no error message.  Sheri or anyone else?

Yes, see below:

regex.errorDialogOn
Win.Debug(Regex.PcreMatch("u", "utf8", "/u"))

---------------------------
PowerPro
---------------------------
ERROR: regex.pcreMatch: Option incomprehensible: /u

Error occurred near line 2 of script I3560474:
Win.Debug(Regex.PcreMatch("u", "utf8", "/u")) ;; Error

Press Cancel to end all running scripts.
---------------------------
OK   Cancel   
---------------------------


> 
> --- In [email protected], "forxtra" <forxtra@> wrote:
> >
> > ;----------------------------------------------------
> > Local s = "utf8"
> > Local p = "u"
> > 
> > Win.Debug(Regex.PcreMatch(p, s, "u"))   ;; Ok
> > Win.Debug(Regex.PcreMatch(p, s, "/u"))  ;; Error
> > ;----------------------------------------------------
> > 
> > When including utf8 option prefixed by a "/", it throws error message.
>



Reply via email to