As Ryan states: anyone can help improve MooTools. Pull requests (esp. when there's a ticket added to lighthouse to match it) are cherished by us. Doing that sort of thing is what gets you on the dev mailing list (a private mailing list where we bicker about method names and the like) and eventually contributor and maybe committee status. If you think MooTools is awesome but could be a little better... make it so.
It's important to note that MooTools (Core in particular) does not try to do everything for you. Rather, it aims to give you all the tools you need to make things for yourself. If you want hasClass to use regex, you can overwrite it or make your own element method (hasClassRE or whatever). In my own work I have extended MooTools far, far beyond what Core and More has to offer. -Aaron On Fri, Feb 18, 2011 at 9:22 AM, Ryan Florence <[email protected]> wrote: > I'm really curious about your use case here, using regexes sounds > interesting. > > Personally, I never use hasClass, I tend to use element storage to manage > element state. > > On Feb 18, 2011, at 7:14 AM, Garret Wilson wrote: > > > I need to check against regular expressions. > >
