--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> arrgghhhh.
> 
> Sorry.  
> 
> Try regexPlugin091007.zip
> 
> http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/
> 

Fixed. Thank you.

> 
> --- In [email protected], "forxtra" <forxtra@> wrote:
> 
> > 
> > It don't throw error message.
> > BTW, It seems to return different results.
> > 
> > ; ----------------------------------------------
> > Local s = Unicode.New("utf8")
> > Local p = ?"\w"
> > 
> > ;; diffent results
> > Win.Debug(Regex.PcreMatchAll(p, s, "", "u"))
> > Win.Debug(Regex.PcreMatchAll(p, s, "", "/u")) ;; Error?
> > 
> > ;; same results
> > Win.Debug(Regex.PcreMatchAll(p, s.to_utf8, "", "u"))
> > Win.Debug(Regex.PcreMatchAll(p, s.to_utf8, "", "/u"))
> > 
> > s = Unicode.Release(s)
> > ; ----------------------------------------------
> > 



Reply via email to