--- title: Regular Expressions Resources localeTitle: Recursos de expresiones regulares --- > Enlaces a recursos útiles de RegEx. * [**Tutorial de introducción**](http://regexone.com) (recomendado por la FCC) * [**RegEx 101**](https://regex101.com) ## RegEx Tutorial y Guías * [**RegEx Tutorial**](http://www.regular-expressions.info/tutorial.html) (explicación detallada) * [**Hoja de registro de RegEx**](http://www.cheatography.com/davechild/cheat-sheets/regular-expressions) * [**Guía RegEx MDN**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) * [**Preguntas frecuentes de StackOverflow RegEx**](http://stackoverflow.com/a/22944075/1262108) * [**RegEx Video Tutorial**](https://www.youtube.com/watch?v=EkluES9Rvak) ## Campo de prueba de RegEx * [**RegEx Visualizer**](https://www.debuggex.com/?flavor=javascript) * [**Desafíos RegEx en Hackerrank**](https://www.hackerrank.com/domains/algorithms/regex) (práctica) * [**RegEx Regexplained**](https://leaverou.github.io/regexplained/) ## RegEx Gameplay * [**RegEx Golf**](http://regex.alf.nu) * [**RegEx crucigrama**](http://regexcrossword.com) ## RegEx Blog * [**Rex Egg**](http://www.rexegg.com) ## RegEx Software Aids * [**RegExBuddy**](http://www.regexbuddy.com) (propietario) * [**Expresso**](http://www.ultrapico.com/expresso.htm) (gratis) * [**RegEx Coach**](http://www.weitz.de/regex-coach/) (gratis)