I have pages with links like:
href="FileName-One-Example.html"
I need to execute the regex command using Notepad ++ to change the case between href=" nad end " to lower case and leave everything before and after it on the page as it is.
So the result is:
href="FileName-One-Example.html"
source share