From f7b7c626443f90b06fe5bdcf7502d4362a26bf64 Mon Sep 17 00:00:00 2001 From: Diego Garcia Date: Fri, 28 Nov 2014 20:49:07 -0200 Subject: [PATCH] Added brazillian book about RegEx --- free-programming-books-pt_BR.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/free-programming-books-pt_BR.md b/free-programming-books-pt_BR.md index 2c999ec3..c8131041 100644 --- a/free-programming-books-pt_BR.md +++ b/free-programming-books-pt_BR.md @@ -11,6 +11,7 @@ * [PHP](#php) * [LaTeX](#latex) * [Python](#python) +* [RegEx](#regex) * [Ruby](#ruby) * [Shell Script](#shell) * [Lua](#lua) @@ -75,6 +76,10 @@ * [O tutorial de Python](http://turing.com.br/pydoc/2.7/tutorial/) +### RegEx +* [Expressões Regulares - Guia de Consulta Rápida](http://aurelio.net/regex/guia/) + + ### Ruby * [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br) * [O (comovente) guia de Ruby do Why](http://why.carlosbrando.com/) -- GitLab