![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveregex multiline modifier and windows line endings
From: Allen <newsy@theprawn.com>
Date: Tue Jan 31 2006 - 21:41:47 CET
In regex, ^ and $ shoudl match start/end of a line when the 'm' /multiline
Only the last instance of test would match -- that is expected without the
Finally, out of ideas, I replaced \r\n with \n on all of my _POST data --
Thanks
A.
|