Connecting Tech Pros Worldwide Forums | Help | Site Map

Help with Regular Expressions

Bimmian
Guest
 
Posts: n/a
#1: Jul 17 '05
I have been looking around the web for a good list of the basic regex
key characters / commands, not just examples.

ie. \w = word
.. = any character
+ = one or more
etc. etc.etc

If anyone can point me in the right direction I would be very grateful
Thanks
ian

kingofkolt
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Help with Regular Expressions


"Bimmian" <bimmian@gmail.com> wrote in message
news:453ee400.0409251014.4ed8b0d8@posting.google.c om...[color=blue]
> I have been looking around the web for a good list of the basic regex
> key characters / commands, not just examples.
>
> ie. \w = word
> . = any character
> + = one or more
> etc. etc.etc
>
> If anyone can point me in the right direction I would be very grateful
> Thanks
> ian[/color]

Regex syntax: http://www.php.net/manual/en/referen...ern.syntax.php
Regex modifiers:
http://www.php.net/manual/en/referen....modifiers.php

HTH

- JP


Christopher Finke
Guest
 
Posts: n/a
#3: Jul 17 '05

re: Help with Regular Expressions


"Bimmian" <bimmian@gmail.com> wrote in message
news:453ee400.0409251014.4ed8b0d8@posting.google.c om...[color=blue]
>I have been looking around the web for a good list of the basic regex
> key characters / commands, not just examples.[/color]

Regular expressions reference sheet:
http://www.crazygrrl.com/weav/reference.php3

Chris Finke


Closed Thread