I have been running the latest beta: Beta-j: commercial/2023-01-07T02:25:25
and have discovered some issues.

FIRST:  changes in regex processing.

In j 9.03 the following works:

      JNAME=: '[[:alpha:]][[:alnum:]_]*'

      JNAME rxall 'anyjname'

+--------+

|anyjname|

+--------+

In the latest 904 beta we get:

   JNAME rxall 'anyjname'

|this version of PCRE2 does not have Unicode support at offset 0

[[:alpha:]][[:alnum:]_]*

^

: regerror

| m 13!:8[12

I presume there is a new PRCE2 dll that must be distributed. If not,
this is a major change in how regex's work.

-- 
John D. Baker
[email protected]
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to