Tuesday, 13 August 2013

How does \w work?

How does \w work?

In perl programming, \w is a kind of regular expression.What I would like
to know is how does it match?Whether it matches a character or a word,same
question to \w+?

No comments:

Post a Comment