Hi,
I'm really stuck with the following problem:
I have a variety of strings in a variety of formats typically similar to the following:
(LLLLNNNN AND LLLLNNNN) OR (LLLLNNNN NOT LLLLNNNN)
What I'd like to do is some substitution, so that before each combination there would be an "xxxxxxxx='" and then after each combination a "'".
So, in the example above I'd get:
(xxxxxxx='LLLLNNNN' AND xxxxxxx'LLLLNNNN') OR (xxxxxxx='LLLLNNNN' NOT xxxxxxx='LLLLNNNN')
I'm absolutely stuck on this and desperate for any help! Would really appreciate it if someone could help me out!
Thanks in advance
Paul