I would want to replace obsolete html head codes with newer ones with the help of notepad++ regex.
I can't figure it out how to select multiple rows and how to find strings from the beginning of the file until the tag. Then in the next search&replace I would like to replace the text between to
Have tried the following and others with no avail:
(.*)<title>
</title>(.*)</head>
Seems to me that it would search only for strings in one line.
Thanks for helping me out!
*I am using Notepad++ V6.1.6