freeCodeCamp/guide/portuguese/miscellaneous/regular-expressions-resources/index.md

37 lines
1.4 KiB
Markdown

---
title: Regular Expressions Resources
localeTitle: Recursos de expressões regulares
---
> Links para recursos RegEx úteis.
* [**Tutorial de Introdução**](http://regexone.com) (recomendado pelo FCC)
* [**RegEx 101**](https://regex101.com)
## Tutorial e Guias RegEx
* [**Tutorial RegEx**](http://www.regular-expressions.info/tutorial.html) (explicação detalhada)
* [**Cheatsheet RegEx**](http://www.cheatography.com/davechild/cheat-sheets/regular-expressions)
* [**Guia do MDN RegEx**](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions)
* [**FAQ do StackOverflow RegEx**](http://stackoverflow.com/a/22944075/1262108)
* [**Tutorial de Vídeo RegEx**](https://www.youtube.com/watch?v=EkluES9Rvak)
## Campo de testes RegEx
* [**RegEx Visualizer**](https://www.debuggex.com/?flavor=javascript)
* [**Desafios RegEx em Hackerrank**](https://www.hackerrank.com/domains/algorithms/regex) (prática)
* [**RegEx Regexplained**](https://leaverou.github.io/regexplained/)
## Jogabilidade RegEx
* [**RegEx Golf**](http://regex.alf.nu)
* [**Palavras cruzadas RegEx**](http://regexcrossword.com)
## Blog RegEx
* [**Ovo Rex**](http://www.rexegg.com)
## Auxílios de software RegEx
* [**RegExBuddy**](http://www.regexbuddy.com) (proprietário)
* [**Expresso**](http://www.ultrapico.com/expresso.htm) (grátis)
* [**Treinador RegEx**](http://www.weitz.de/regex-coach/) (grátis)