On Fri, 12 Dec 2014 11:20:21 -0600, Jon Butler wrote:

>I can use regular expressions, but the "generic" attributes such as \d for any 
>digit do not appear to work in ISPF.  If I use FIND r'\([0-9]\)'  I can find 
>the string "(9)", but if I use FIND r'\(\d\)' I can not.  
>
>For me FIND r'd' and FIND r'\d' both find the letter "d", not a digit.  Any 
>thoughts?
> 
There are many flavors of regex: POSIX basic and extended regex, and PCRE,
for example.  Do you know which you're expecting, and which z/OS provides?

What do the escaped parentheses do?  Provide assignment to ISPF variables,
perhaps?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to