RX_OPTIONS_UTF8_jregex_=: 0
   '[a-z]+' rxmatch }.a.
96 26
 
or use the utility verb rxutf8 

   rxutf8 1
0
   '[a-z]+' rxmatch }.a.
_1 0
   rxutf8 0
1
   '[a-z]+' rxmatch }.a.
96 26


Пт, 20 ноя 2015, Raul Miller написал(а):
> I had tried that, same result.
> 
>    '[a-z]+' rxmatch }.a.
> _1 0
> 
> Thanks,
> 
> -- 
> Raul
> 
> On Fri, Nov 20, 2015 at 6:51 PM, bill lam <[email protected]> wrote:
> > c strings are null terminated. try
> > '[a-z]+' rxmatch }.a.
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to