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? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
