Help with Regular Expressions

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bimmian

    Help with Regular Expressions

    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

    #2
    Re: Help with Regular Expressions

    "Bimmian" <bimmian@gmail. com> wrote in message
    news:453ee400.0 409251014.4ed8b 0d8@posting.goo gle.com...[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:


    HTH

    - JP


    Comment

    • Christopher Finke

      #3
      Re: Help with Regular Expressions

      "Bimmian" <bimmian@gmail. com> wrote in message
      news:453ee400.0 409251014.4ed8b 0d8@posting.goo gle.com...[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:


      Chris Finke


      Comment

      Working...