Is this a known bug? If so, does anyone have a workaround? require'regex' wordre=: rxcomp '[\w'']+' text=: fread 'help/primer/cut.htm' $text 5971 $wordre rxmatches text 0 1 2
(For this result to be correct, the file would have to contain no letters, but a casual inspection shows that it has some.) Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
