Quote:
Regex is beyond my comfort zone.
|
I am not sure if regex is within the comfort zone of any human being. However, it has its attractions when you see how much tedious labor it can save. I admit that this particular regex is not the simplest but it is worth another try.
Quote:
no replace function exist...
|
The only way I know to get that error is that you are using the wrong selection in the Mode dropdown. Choose "Regex" instead of "Regex-function." Put in the Find and Replace as I suggested and click Find button to see if it finds the first instance and Replace if it does. To be sure, tick the checkboxes "Case sensitive" and "Wrap" and "Dot all" choices.
Yes, lots of little options, but I know the regex will work when you get those options right.