On Wed, 25 Mar 2015 10:31:40 +0530
Frank Vino <[email protected]> wrote:
> Hi Team,
>
> How to understand Regular Expression in a easy way?
>
> Thanks,
> Frank
Sorry Frank but there's no easy way. ☹
Some things to remember:
Some punctuation marks have special meaning, like periods, question
marks, and asterisks. But if there is a backslash before them, then
they match themselves. This is true for all punctuation marks.
And the opposite is true for ASCII letters and numbers. A backslash
before them may give them special meaning but if there is none, then
they match themselves.
--
Don't stop where the ink does.
Shawn
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/