captchaman
Junior Member
- Sep 16, 2010
- 192
- 848
I'm shit with regex but what I'm trying to achieve is simple: I want to replace a word if found with another word, unless the text is encapsulated, then ignore it.
I want to turn this:
into this:
How would I achieve this?
Thanks,
CM
I want to turn this:
Code:
This is an example. {Examples are} great.
Code:
This is an replacement text. {Examples are} great.
How would I achieve this?
Thanks,
CM