You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Hubbard <dh...@dino.hostasaurus.com> on 2006/05/03 15:32:59 UTC

[users@httpd] Regular expressions in rewrites differs by version?

Hello everyone, can someone tell me if the regular
expression support has changed between 1.3 and 2.0
where some escape sequences don't work in the former,
such as \w, \d, etc.

Thanks,

David

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Regular expressions in rewrites differs by version?

Posted by Robert Ionescu <ro...@googlemail.com>.
David Hubbard wrote:
> Hello everyone, can someone tell me if the regular
> expression support has changed between 1.3 and 2.0

Yes. Apache 1.3.x uses POSIX Extended while apache 2.x uses the PCRE 
library.
But that is documented in the changes2.0-notes as well.

-- 
Robert

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org