Page 1 of 1

How Can I Convert Uppercase HTML to Lowercase?

Posted: Wed Jul 22, 2009 6:27 pm
by Michael-R
Hello,

Often when I export HTML code from an application, all of the HTML tags are in uppercase. As you probably know the XHTML standard requires HTML tags to be in lowercase.

My question is how can I use TextPad to convert all of my uppercase HTML tags to lowercase HTML tags?

Thanks,

Michael-R

Posted: Wed Jul 22, 2009 8:36 pm
by ben_josephs
Find what: </?[a-z0-9_.:-]+
Replace with: \L\0

[X] Regular expression

Replace All
or similar.