Results 1 to 9 of 9

Thread: Where to find regex tutorials?

  1. #1
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default Where to find regex tutorials?

    Where in the world can i find a good regex tut? It looks like everything I find is just a small intro to a book the site is selling or some junk...

    I may have to buy a book...

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. The Following User Says Thank You to rangana For This Useful Post:

    benslayton (07-25-2008)

  4. #3
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default

    I have written a bit on the subject of PCRE for my own benefit and to make it a little simpler to understand. It has not been critiqued yet. I hope you find it handy.

    http://www.animeviews.com/article.ph...le=programming
    http://www.animeviews.com/article.ph...le=programming

    I wrote it because I needed to have some aspects of PCRE spelled out a little bit simpler. I needed to see some examples as well as a few reasons why I would want to use some of the tricks that PCRE offers. I also tried to expand on a few things that I thought www.php.net was a little too brief on.

  5. The Following User Says Thank You to james438 For This Useful Post:

    benslayton (07-25-2008)

  6. #4
    Join Date
    Mar 2006
    Posts
    600
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default

    Thank you thank you...

    Never knew w3 had regex tut.. I looked.. I guess its b/c I was looking for php and regex in my search strings...

  7. #5
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    If you ever need regex help, you can usally find someone on irc://irc.freenode.net/##php

  8. #6
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Quote Originally Posted by techietim View Post
    If you ever need regex help, you can usally find someone on irc://irc.freenode.net/##php
    Do you know if the chat is archived and if so do you have a link?

  9. #7
    Join Date
    Jul 2006
    Posts
    497
    Thanks
    8
    Thanked 70 Times in 70 Posts

    Default

    -- Chris
    informal JavaScript student of Douglas Crockford
    I like wikis - a lot.

  10. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It's quite dry, even a bit arcane, and it is MS. But there is a wealth of information on RegExp here:

    http://msdn.microsoft.com/en-us/libr...ce(VS.80).aspx

    I find it very useful whenever I'm stuck as regards a RegExp.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  11. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Note that different languages and tools implement regexes a little differently. For example, if you were attempting to use regexes in Javascript, ##php is not the place to go; you'd probably want ##javascript.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •