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 books I bought.
> 
> I purchased "Mastering Regular Expressions," which is very helpful 
> 2-week intro. But amazingly, it has no chart. There must be a 
> downloadable reference for this.
> 
> Best, Ted
> 
> _____________
> Ted Goranson
> Fusecap and Sirius-Beta, Virginia Beach USA
> 757/426-6704
> [EMAIL PROTECTED]
> Symmetry Conference: http://www.isis-s.unsw.edu.au
> 

try:
http://www.contactor.se/~dast/mail2sms/regex.shtml
http://www.ciser.cornell.edu/info/regex.html

If at all possible, I would recommend using the perl compatible REs 
since they're more powerful, are documented much more thoroughly and 
support for them is much easier to obtain.

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.

Good luck...

Christopher Ostmo
a.k.a. [EMAIL PROTECTED]
AppIdeas.com

For a good time,
http://www.AppIdeas.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to