replace
replace copied to clipboard
Multiline use
I wan't to replace with multiline a
tag which goes over multiple lines:
replace '<p>(.*?)</p>' '<pre>$1</pre>' index.html -p -m
How is the correct syntax to do this? The above call only works if the whole tag is in one line.