One could enter an IBM “Idea” for that I suppose, but I do not think that the 
underlying C library regex routines support those features, so it might be a 
heavy ask.

Peter

From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Seymour J Metz
Sent: Friday, April 11, 2025 2:23 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ISPF EDIT CHANGE regex requirements?

Has anybody submitted ISPF requirements for IEDIT CHANGE to support regexen 
beyond what POSIX requires? E.g.,

    \b word boundary
    \d digit, equivalent to [0-9]
    backreferencing
    named captures
    PCRE  
    referring to captures in replacement string
    Unicode character classes

In particular, make it easy to do something like

    C R'/bR(\d+)\b' R'\($1\)'

-- 

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to