H I O X INDIA
FREE Regex Tutorial
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Templates 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)
Español Français 中文 Deutsch Portuguese Japanese தமிழ்
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

Regex Topics
Introduction
Common Metacharacter's
Metacharacter's
Quantifier's
Word Boundry
Non-word Boundry
POSIX-Character Classes
Feedback
Ask Your Doubts





INTRODUCTION


Topic

What is a Regular Expression?



Explanation

Regular Expression is a pattern or sequence of characters. This method is effectively used to match the specific pattern within a string and to extract the pattern of the string precisely to do various manipulations.Which may include splitting strings, replacing characters. Regular expression is one of the most powerful ways to do string manipulation,it is preferred to string functions for specific string manipulation needs.

This tutorial is aimed at the basic's of the Regular expression.That is to do string manipulation using the basic meta characters available in almost all languages in common.


Index of Regex Tutorial
1) Introduction2) Metacharacter List3) \-backslash
4) |-pipe5) ^-caret6) $-dollar
7) .-dot8) []-brace expression9) \d-digit
10) \D-non digit11) \n-newline12) \s-whitespace
13) \S-non-whitespace14) \w-word15) \W-non word
16) \t-tabspace17) \r-carriage return18) Quantifiers
19) {}-braces20) ?-question21) *-asterisk
22) +-plus23) Word Boundry24) Non-word Boundry
25) [:alnum:] Character Class26) [:alpha:] character class27) [:blank:]
28) [:cntrl:] character class29) [:digit:]30) [:graph:] character class
31) [:lower:]32) [:print:]33) [:punct:]
34) [:space:] character class35) [:upper:]36) [:xdigit:]
37) Feedback






privacypolicy     licence     sitemap
© 2004-2010 HIOX INDIA