>ord() returns the _decimal_ number 13 (octal 015, hexadecimal x0D)
which is
>the CR (carriage return) character *NOT* the VT (vertical tab)
character.
Well, that would be my problem. Thank you
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Matt Matijevich wrote:
I am having troubles matching the Vertical Tab character using regular
expressions.
I have a string, I have looped through every character in the string
and printed out the value returned from ord(), and I get 13 for one of
my chars.
I have searched and apparently that is the