Hello,

I think I have got a problem with regular expression in my PHP installation. It doesn't understand the escape secuences \s, \t, etc...
I have got this string:

"eth0      Link encap:Ethernet  HWaddr 00:50:8B:B8:4F:30"

and the regular expression "^eth0\s" return false, but "^eth0 " return true.

I have installed php-4.3.11.tar.gz and I have configurated with pcre, php -m shows:

[PHP Modules]
ctype
mysql
overload
pcre
posix
session
standard
tokenizer
xml

Can anyone help me. Thanks.


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to