Hi,
I have thousands of lines of code like this:
I want to swap the A value with the B value.
What is the syntax for a Perl regex that would do this? I'm struggling with the line break.
Thanks in advance.
svend
I have thousands of lines of code like this:
Code:
Blah1 blah1 blah1 = A1; Yada1 yada1 yada1 = B1; Blah2 blah2 blah2 = A2; Yada2 yada2 yada2 = B2;
What is the syntax for a Perl regex that would do this? I'm struggling with the line break.
Thanks in advance.
svend
Comment