G+_Dan Sarauer (N3m1sys) Posted May 9, 2014 Share Posted May 9, 2014 During yesterday's show in the chat room I mentioned regular expressions and was asked to supply the cheat sheet(s) that I use. There are a few: 1. http://www.night-ray.com/regex.pdf 2. http://www.cheat-sheets.org/saved-copy/regular_expressions_cheat_sheet.pdf 3. http://overapi.com/regex/ I also purchased a Sitepoint book some time ago and was offered a free regex poster from them (which I use as well but don't have in digital form). If anyone is having problems with understanding regular expressions feel free to ask for help. After you understand how they are built and how to read them, you might find them very useful! Link to comment Share on other sites More sharing options...
G+_Darryl Medley Posted May 9, 2014 Share Posted May 9, 2014 I was the one who asked for the info. Thanks for the post. I've downloaded the pdf's and bookmarked the Web site. I've used Regular Expressions in ColdFusion a little bit and there's some good examples on Adobe's site. Link to comment Share on other sites More sharing options...
G+_Dan Sarauer (N3m1sys) Posted May 9, 2014 Author Share Posted May 9, 2014 No problem Darryl Medley. I'll have to take a look at Adobe's examples. Link to comment Share on other sites More sharing options...
G+_Joe Maruschek Posted May 10, 2014 Share Posted May 10, 2014 Because it covers multiple languages, I keep my copy of the Regular Expression Pocket Reference handy: http://shop.oreilly.com/product/9780596514273.do Link to comment Share on other sites More sharing options...
G+_Shannon Morse Posted July 2, 2014 Share Posted July 2, 2014 Thanks for the post!! Link to comment Share on other sites More sharing options...
G+_Greg Steward Posted July 3, 2014 Share Posted July 3, 2014 Here is another site for those a little advanced in regex. It has some very neat features. http://txt2re.com/ Link to comment Share on other sites More sharing options...
Recommended Posts