What are Regular Expressions?
<<<< ^^^^^ >>>>

Write once, run everywhere string handling

Also called Regex

Like file wildcards but more powerful

Find all Java html documentation

find /usr -type f | grep -i "[^/]*jav[^/]*\.html$"

How do you spell "phenomenologically"?

cat /usr/share/dict/words | grep -i "^ph.*n.*m.*ly$"

<<<< ^^^^^ >>>>

 
 
 
 
Copyright (C) 2001 by Steve Litt, you can freely distribute unmodified copies if this copyright notice and disclaimer are intact.  This material originally appeared on Troubleshooters.Com.

This presentation has no warrantee, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the presentation is with you. Neither the author nor those who show the slideshow are responsible for any damage caused by errors, omissions, or anything else relating to this slideshow.
 

3.html

Exit Slideshow