That's the ticket! How did you learn about rxutf8? Henry Rich
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Oleg Kobchenko > Sent: Tuesday, August 08, 2006 5:37 PM > To: Beta forum > Subject: RE: [Jbeta] regex on characters above 127 doesn't work > > thus > > rxutf8 0 > > I. (0 = [: #[: '</*st1[^>]*>'&rxmatches ,&'<st1:>')"0 a. > 0 > > > --- Oleg Kobchenko <[EMAIL PROTECTED]> wrote: > > > 'Òåñò'rxmatches 'ÀÁÂ Òåñò 123 Òåñò 123' > > 7 8 > > > > 20 8 > > (7,:8)];.0'ÀÁÂ Òåñò 123 Òåñò 123' > > Òåñò > > 'Òåñò'rxfirst'ÀÁÂ Òåñò 123 Òåñò 123' > > Òåñò > > > > list a.i. 'ÀÁÂ Òåñò 123 Òåñò 123' > > 208 144 208 145 208 146 32 208 162 208 181 209 129 209 130 > 32 49 50 51 > > 32 208 162 208 181 209 129 209 130 32 49 50 51 > > > > > > > --- Henry Rich <[EMAIL PROTECTED]> wrote: > > > > > More information: if the string contains any character > > > over 127, no matches are found, even if the high character > > > is at the end of the string and there should be previous matches. > > > > > > Henry Rich > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Henry Rich > > > > Sent: Tuesday, August 08, 2006 4:45 PM > > > > To: 'Beta forum' > > > > Subject: [Jbeta] regex on characters above 127 doesn't work > > > > > > > > I see, using the test line > > > > > > > > I. (0 = [: #[: '</*st1[^>]*>'&rxmatches ,&'<st1:>')"0 a. > > > > > > > > > > > > that regex stops processing strings that contain characters > > > > greater than 127 (or the /NUL character). Is this the way > > > > it's supposed to work? Looking at the PCRE documentation, > > > > I don't see why characters above 127 should fail, unless some > > > > option has been set to choose that behavior. I wish they > > > > wouldn't. > > > > > > > > Henry Rich > > > > > > > > > ---------------------------------------------------------------------- > > > > For information about J forums see > > > > http://www.jsoftware.com/forums.htm > > > > > > > ---------------------------------------------------------------------- > > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > ---------------------------------------------------------------------- > > For information about J forums see > http://www.jsoftware.com/forums.htm > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ---------------------------------------------------------------------- > For information about J forums see > http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
