> No kidding. I was disappointed to read about some of the missing > things from javascript's implementation of regular expressions. No > named groups and no look behinds. I'm still very new to javascript as > a language, so I'm still feeling my way around some things. I'll post > some results as soon as I have something worth showing. I really miss look-behind too! Maybe this could be hacked, but that's a rather ambitious goal ; ).
-- Felix -------------------------- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de Josh Bush wrote: > No kidding. I was disappointed to read about some of the missing > things from javascript's implementation of regular expressions. No > named groups and no look behinds. I'm still very new to javascript as > a language, so I'm still feeling my way around some things. I'll post > some results as soon as I have something worth showing. > > Josh > > On 7/13/07, *Jörn Zaefferer* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > wrote: > > > Josh Bush wrote: > > I think I may dig around the jQuery source to get some hints on > > parsing elements. I've yet to even take a peek inside! > Beware of those regexp monsters! They can eat your brain. But > there is > nothing like a good brain eater for parsing strings... > > -- > Jörn Zaefferer > > http://bassistance.de > >