On Feb 18, 9:22 am, Ryan Florence <[email protected]> wrote: > I'm really curious about your use case here, using regexes sounds > interesting.
I have a framework (Guise(TM); see http://www.guiseframework.com/ ) that sends back HTML from the server, in which the CSS is meaningful to the JavaScript-based engine. If an element indicates that an effect should be performed when a window is opened, for instance, I search for one of the open effect classes: /^openEffect-.+$/.
