Re: [PHP] Where is Regex List of Operators?

2001-02-16 Thread Christian Reiniger
On Friday 16 February 2001 18:48, Ted Goranson wrote: > > > Thanks so much for the URLs but they are hardly complete and not > > > at all succinct. I supposed the POSIX REs because that's what I > > > thought the PHP docs said. PCREs are good too? Sure seems like the > > > PHP docs would incl

Re: [PHP] Where is Regex List of Operators?

2001-02-16 Thread Ted Goranson
>On Friday 16 February 2001 07:17, Ted Goranson wrote: > > > >If it's not possible to use PCREs, the above links (particularly the > > > first) whould contain details for just about anything you may need to > > > do with POSIX REs. > > > > Christopher-- > > > > Thanks so much for the URLs b

Re: [PHP] Where is Regex List of Operators?

2001-02-16 Thread Christian Reiniger
On Friday 16 February 2001 07:17, Ted Goranson wrote: > >If it's not possible to use PCREs, the above links (particularly the > > first) whould contain details for just about anything you may need to > > do with POSIX REs. > > Christopher-- > > Thanks so much for the URLs but they are hardly comp

Re: [PHP] Where is Regex List of Operators?

2001-02-15 Thread Ted Goranson
>Ted Goranson pressed the little lettered thingies in this order... >.. > > I'm faced with writing some rather difficult regex's, and would like > > to be pointed to a comprehensive list of POSIX regex operators. >... >try: >http://www.contactor.se/~dast/mail2sms/regex.shtml >http://www.ciser.co

Re: [PHP] Where is Regex List of Operators?

2001-02-15 Thread Christopher Ostmo
Ted Goranson pressed the little lettered thingies in this order... > Hello-- > > I'm faced with writing some rather difficult regex's, and would like > to be pointed to a comprehensive list of POSIX regex operators. > > I have been unable to find these in the on-line docs, nor the three > PHP

[PHP] Where is Regex List of Operators?

2001-02-15 Thread Ted Goranson
Hello-- I'm faced with writing some rather difficult regex's, and would like to be pointed to a comprehensive list of POSIX regex operators. I have been unable to find these in the on-line docs, nor the three PHP books I bought. I purchased "Mastering Regular Expressions," which is very helpf