Anyone who knows me well knows that I am Linux / Unix nut, a CLI nut, and that I LOVE regexs.
There are several regexes I find myself using relatively frequently at work, so I've decided to share them here, in case anyone else finds them useful.
Any engine should be able to use this to find Cisco IOS Version numbers in text:
[0-9]{2}\.[0-9]\([0-9]+[a-z]?\) ?([A-Z]+[0-9]?)?
This one will help you find an IP address in some text, and only valid IP addresses, NOT junk like 333.256.456.999 :