Spaces and newlines in regular expressions

This is a discussion on Spaces and newlines in regular expressions within the PHP Language forums, part of the PHP Programming Forums category; How can I signify a space or a newline in a regular expression? Are they just represented by whitespace and \...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-20-2004
Kyle
 
Posts: n/a
Default Spaces and newlines in regular expressions

How can I signify a space or a newline in a regular expression? Are
they just represented by whitespace and \n?

Thanks!
Reply With Quote
  #2 (permalink)  
Old 08-20-2004
Elliott C. Bäck
 
Posts: n/a
Default Re: Spaces and newlines in regular expressions

Kyle wrote:

> How can I signify a space or a newline in a regular expression? Are
> they just represented by whitespace and \n?
>
> Thanks!


There's a character class "\s" that matches any whitespace character.
You can also use the regex form "/regex/s" to turn on PCRE_DOTALL, so
that the dot will match the "\n" newline characters as well. Note that
newlines are platform dependant and can be "\n" or "\r\n," etc...
--
Elliott C. Bäck
http://elliottback.com/
Reply With Quote
  #3 (permalink)  
Old 08-21-2004
Kyle James Matthews
 
Posts: n/a
Default Re: Spaces and newlines in regular expressions

Ian.H wrote:

> Something that might help you.. although I've posted it here before:
>
>
> <http://weitz.de/regex-coach/>
>


Wow, this is great! Thank you!

Kyle
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 09:08 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0