String Processing with regular expression
* Regular Expression . Regular expression is a pattern matching engine. . It is used by different tools like vi, grep, sed, awk etc.
* Modifiers . It determines the no. of previous character.
Modifier Meaning
* – Matches zero or more of the previous char.
\+ – ,, one ,, ,, ,, ,, ,, ,,
\? – ,, zero or one of the