36 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			36 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: Regular Expressions Resources | ||
|  | --- | ||
|  | > Links to useful RegEx resources.
 | ||
|  | 
 | ||
|  | *   <a href='http://regexone.com' target='_blank' rel='nofollow'>**Getting Started Tutorial**</a> (FCC recommended) | ||
|  | *   <a href='https://regex101.com' target='_blank' rel='nofollow'>**RegEx 101**</a> | ||
|  | 
 | ||
|  | ## RegEx Tutorial & Guides
 | ||
|  | 
 | ||
|  | *   <a href='http://www.regular-expressions.info/tutorial.html' target='_blank' rel='nofollow'>**RegEx Tutorial**</a> (detailed explanation) | ||
|  | *   <a href='http://www.cheatography.com/davechild/cheat-sheets/regular-expressions' target='_blank' rel='nofollow'>**RegEx Cheatsheet**</a> | ||
|  | *   <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions' target='_blank' rel='nofollow'>**MDN RegEx Guide**</a> | ||
|  | *   <a href='http://stackoverflow.com/a/22944075/1262108' target='_blank' rel='nofollow'>**StackOverflow RegEx FAQ**</a> | ||
|  | *   <a href='https://www.youtube.com/watch?v=EkluES9Rvak' target='_blank' rel='nofollow'>**RegEx Video Tutorial**</a> | ||
|  | 
 | ||
|  | ## RegEx Testing Ground
 | ||
|  | 
 | ||
|  | *   <a href='https://www.debuggex.com/?flavor=javascript' target='_blank' rel='nofollow'>**RegEx Visualizer**</a> | ||
|  | *   <a href='https://www.hackerrank.com/domains/algorithms/regex' target='_blank' rel='nofollow'>**RegEx Challenges in Hackerrank**</a> (practice) | ||
|  | *   <a href='https://leaverou.github.io/regexplained/' target='_blank' rel='nofollow'>**RegEx Regexplained**</a> | ||
|  | 
 | ||
|  | ## RegEx Gameplay
 | ||
|  | 
 | ||
|  | *   <a href='http://regex.alf.nu' target='_blank' rel='nofollow'>**RegEx Golf**</a> | ||
|  | *   <a href='http://regexcrossword.com' target='_blank' rel='nofollow'>**RegEx Crossword**</a> | ||
|  | 
 | ||
|  | ## RegEx Blog
 | ||
|  | 
 | ||
|  | *   <a href='http://www.rexegg.com' target='_blank' rel='nofollow'>**Rex Egg**</a> | ||
|  | 
 | ||
|  | ## RegEx Software Aids
 | ||
|  | 
 | ||
|  | *   <a href='http://www.regexbuddy.com' target='_blank' rel='nofollow'>**RegExBuddy**</a> (proprietary) | ||
|  | *   <a href='http://www.ultrapico.com/expresso.htm' target='_blank' rel='nofollow'>**Expresso**</a> (free) | ||
|  | *   <a href='http://www.weitz.de/regex-coach/' target='_blank' rel='nofollow'>**RegEx Coach**</a> (free) |