Re: Regex helper opcodes

2001-11-06 Thread Dan Sugalski
At 04:34 PM 11/5/2001 -0800, Steve Fink wrote: >Quoting Dan Sugalski ([EMAIL PROTECTED]): > > At 11:54 AM 11/5/2001 -0800, Steve Fink wrote: > > > > >It's pretty > > > > >much functional, including reOneof. Still, these could be useful > > > > >internal functions... *ponder* > > > > > > > > I was

Re: Regex helper opcodes

2001-11-05 Thread Steve Fink
Quoting Dan Sugalski ([EMAIL PROTECTED]): > At 11:54 AM 11/5/2001 -0800, Steve Fink wrote: > > > >It's pretty > > > >much functional, including reOneof. Still, these could be useful > > > >internal functions... *ponder* > > > > > > I was thinking that the places they could come in really handy fo

Re: Regex helper opcodes

2001-11-05 Thread Dan Sugalski
At 11:54 AM 11/5/2001 -0800, Steve Fink wrote: > > >It's pretty > > >much functional, including reOneof. Still, these could be useful > > >internal functions... *ponder* > > > > I was thinking that the places they could come in really handy for were > > character classes. \w, \s, and \d are poten

Re: Regex helper opcodes

2001-11-05 Thread Steve Fink
> >It's pretty > >much functional, including reOneof. Still, these could be useful > >internal functions... *ponder* > > I was thinking that the places they could come in really handy for were > character classes. \w, \s, and \d are potentially a lot faster this way, > 'specially if you throw

RE: Regex helper opcodes

2001-11-04 Thread Dan Sugalski
At 11:06 AM 11/4/2001 -0800, Brent Dax wrote: >Dan Sugalski: ># While I'm not going to dive too deep into regexes (I like what little ># sanity I have left, thanks :), here are a few opcodes I've > >Oh, c'mon, they're not that bad. It's basically just "if this works, do >the next thing, otherwise

RE: Regex helper opcodes

2001-11-04 Thread Brent Dax
Dan Sugalski: # While I'm not going to dive too deep into regexes (I like what little # sanity I have left, thanks :), here are a few opcodes I've Oh, c'mon, they're not that bad. It's basically just "if this works, do the next thing, otherwise go back and do some stuff over". "Do some stuff ov