replace icon indicating copy to clipboard operation
replace copied to clipboard

Multiline use

Open alinex opened this issue 10 years ago • 0 comments

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.

alinex avatar Mar 19 '15 08:03 alinex