Note: Incomplete – Information might be wrong at some places. I did copy paste from some old file I wrote years back while learning regular expressions.
(C) Prashant N Mhatre
The discussion doesn’t come anywhere close to explain all of the flavors of regular expressions but we’ll hit on the high points. I feel it’s worth investing some time to practice REs. You’ll be amazed to see it’s use and results in different programs/tools.
(Search, Find and Replace, Delete, Extract Particular Fields, Parsing, String Comparisons etc)
Compiler language grammar
I haven’t concentrated on theoretical aspects like lazy qualifier…etc.
Just practical examples. No matter what’s your role is, I feel you MUST understand and use REs to reduce
Unix Text Files – Unix2Dos converts Unix text file line endings to Dos line endings in batch – You are at the right place if you’re looking for Unix Text Files – Unix2Dos converts Unix text file line endings to Dos line endings in batch
UNIX Text Processing | FreeTechBooks.com – Shows how …
My version of SQL string to table tokenizer « Tanel Poder’s blog: Core IT for geeks and pros – But you have to start somewhere, so here we are – My version of SQL string to table tokenizer « Tanel Poder’s blog: Core IT for geeks and pros
4 Using Regular Expressions in …