Originally Posted by d351r3d
If you just put in "find":
Could you put in "replace":
I get it now. It selects the entire line and then you can modify the line that's saved. Sorry this is new and it's like a puzzle. Thanks for clarifying.
What he is saying is you need to capture the data first and then place it in the replace string. See the brackets around the find string and the \1 in the replace string.
HOWEVER: Please note that this will match EVERY line in your document no matter what it is.
In the case of your sample code:
Could you put in "replace":
I would recommend either pasting your text into a blank text file or using Notepad++ or equivalent to do the replacement in the text before pasting it into Sigil. Notepad++ can use the same find/replace strings making easier for me.
|