Need help creating a regular expression that will go through a style-sheet and pick out all the classes, ids, and native html elements. Also need to pick out the class+selector combinations, i.e. ".myTable tr".
I figure the easiest way may be to grab everything expect for stuff in comments, or between the "{}" brackets.
I figure the easiest way may be to grab everything expect for stuff in comments, or between the "{}" brackets.