RE: CSS class names should be lowercase?
David 1cog <[email protected]> 28 Jun 2003 15:06:53 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <dc9277fc3c71abc524d29cdbf44c1903@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=188759#188759 ---------------------------------------------------------------- Hi Eric Yeah, I use TopStyle which has global find and replace. I also use Search and Replace from [url]http://www.inforapid.de/html/searchreplace.htm[/url]. I'm struggling to work out the regex needed to translate all occurrences to lowercase. I.e. class=\"[\w]+\" will find all occurrences but after 3 hours I still haven't worked out how to replace all uppercase with lowercase... looks like I'm going to have to manually Find and Replace each class individually [groan].