--- In [email protected], "silvermoonwoman2001" <sheri...@...> wrote:
>
> <http://tech.groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/regex0207Release.zip>
> 
> PowerPro plugin regex Version 2.07
> 

Thanks for the update.

;----------------------------------------------------
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.

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

Error occurred near line 5 of script regex_test:
Win.Debug(Regex.PcreMatch(p, s, "/u"))  ;; Error

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


Reply via email to