Thanks Buck.
I decided to use my copy of Ultraedit (
http://www.ultraedit.com/) which does have extensive RegEx functionality. Then again, Notepad++ (
http://notepad-plus-plus.org/) is free so I would've used that if I was searching for a text editor to supplement LPEX.
Are there any help pages for using Rexx with Code/400? The option of not having to cut&paste the whole source file is attractive.
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Buck
Sent: 18 July 2011 15:56
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] Help converting to /FREE with find/replace
On 7/15/2011 5:10 AM, Paul Bailey wrote:
Can anyone tell me how to get the REPLACE text to have newlines in it? Don't worry about mentioning other tools that convert to /FREE more successfully, as I can only work with the tools I have.
Can you download a more regex-friendly editor? Notepad++ does not have full support for the Posix regexp, but this worked:
find: ^(.....)C (\d\d) ITER\s*$
repl: \1C IF *IN\2 = *ON\n\1C
ITER\n\1C ENDIF\n
I copy/paste the section of text I want to work with. I also tend to use Rexx macros in Code/400 for this sort of thing.
--buck
------------------------------------------------------------
Important
This email transmission and any files with it are strictly
confidential to the intended recipient and may be legally
privileged. Any views or opinions presented are solely
those of the author and do not necessarily represent those
of BHSF. If you are not the intended recipient, you must
not copy, disclose or distribute its contents in any way.
If you have received this e-mail in error, please notify
the sender and delete the e-mail from your system.
We have taken steps to ensure this e-mail and attachments
are free from any virus but do not accept any
responsibility once this e-mail has been transmitted. You
should scan any attachments for viruses.
No contract may be concluded on behalf of BHSF Limited by
e-mail.
Registered Office:
BHSF Limited
Gamgee House, 2 Darnley Road, Birmingham B16 8TE.
www.bhsf.co.uk
Registered in England number 35500.
BHSF is authorised and regulated by the Financial Services
Authority.
As an Amazon Associate we earn from qualifying purchases.