I haven't checked many of these out, but I got them all when someone asked
the same question as you in an entirely different place.

I finally learned regex enough to use, in most cases, here:

http://www.devshed.com/Server_Side/Administration/RegExp/

Other URLs I was given (quoting the message):

and also there is a nice little article found here :

http://www.phpbuilder.com/columns/dario19990616.php3

and some resources (in no particular order and many have similar information
but at this point, am going for quantity too (most are not php specific)):

http://perl.about.com/compute/perl/cs/regex/index.htm
http://www.technobreeze.com/phptutorial/tutorial.regexp.php3
http://www.robotwisdom.com/net/regexps.html
http://www.robotwisdom.com/net/regexres.html
www.faqts.com/knowledge-base/index.phtml/fid/7/lang/
http://www.oreilly.com/catalog/regex/
http://msdn.microsoft.com/workshop/languages/clinic/scripting051099.asp
http://javaregex.com/
http://www.builder.com/Programming/Kahn/050698/index.html
http://www.crusoe.net/~jeffp/documentation/perldoc/perlretut.html
http://virtual.park.uga.edu/humcomp/perl/regex2a.html
http://www.python.org/doc/howto/regex/regex.html
http://www.opengroup.org/onlinepubs/7908799/xbd/re.html
http://www.naplesfl.net/~tbates/gravity/reg-100.html
http://www.delorie.com/gnu/docs/regex/regex_toc.html


and as stated above :
http://www.devshed.com/Server_Side/Administration/RegExp/
http://hotwired.lycos.com/webmonkey/geektalk/97/33/index3a.html


one interesting page is javaregex.com which could look a lot like a , oh,
phpregex.com ?


</quote>

You may want to search some Perl sites for more regex info. Everything you
learn can usually be applied directly to PHPs preg functions, with a little
modification.

I'm so glad I finally figured out how to use regex in some instances. It
still looks like pure garbled insanity, but it's a useful skill :)


--
Plutarck
Should be working on something...
...but forgot what it was.


""elias"" <[EMAIL PROTECTED]> wrote in message
9ah709$17p$[EMAIL PROTECTED]">news:9ah709$17p$[EMAIL PROTECTED]...
> Hello.
> I've been learning about reg exps a while ago, and only from little
> examples...
> I wish i know a site where i can learn reg exps very very well with lots
of
> examples and stuff.
> I really like reg exps but i find no resource to learn it well?
> Any one can help?
>
> -elias
>
>
>
> --
> 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]
>



-- 
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