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 vertical tab character
(first time I have ever heard of it).  No matter what I try I cant get a
regex to match it.

I have tried:

/\013/
/\v/
/\x0B/

all with no luck.

anyone else ever had any luck with this?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to