Yes, and here are others which came from the following URL:
http://www.php.net/manual/en/pcre.pattern.syntax.php
\a = alarm, that is, the BEL character (hex 07)
\cx = "control-x", where x is any character
\e = escape (hex 1B)
\f = formfeed (hex 0C)
\n = newline (hex 0A)
\r = carriage return (hex 0D)
\t = tab (hex 09)
\xhh = character with hex code hh
\ddd = character with octal code ddd, or backreference
-Toby
----- Original Message -----
From: "Karl J. Stubsjoen" <[EMAIL PROTECTED]>
To: "PHP Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, February 01, 2001 10:17 AM
Subject: [PHP] Tab character
> Is this a tab character \t
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]