We provide complete mobile and web apps development solutions

Monday, June 10, 2013

Regular Expression Meta Characters

 

Regular Expression                   Description

\d                                                Any digits    [0-9]

 .                                                  Match Any character except new line

^                                                  Match the beginning of line

\                                                  escape next meta character

$                                                  Match the end of line

 |                                                    Alteration      ('0r' statement)

()                                                  Grouping

[]                                                  Custom character class

\d                                                Any digits    [0-9]


\D                                                Any non digit      [^0-9]


\s                                                 Any white space character    [\t\n\x0B\f\r]


\S                                                Any non white space charater


\w                                                Any word character


\W                                               Any non word character


0 coment�rios:

Post a Comment

Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts