aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Carlos García <[email protected]>2017-02-27 16:07:36 +0100
committerGitHub <[email protected]>2017-02-27 16:07:36 +0100
commit952235c0649567f2652bcebef7f530f8e90eb5fd (patch)
tree5958e30b92086c2d61b3f1f167d9932b11d7815e
parent083e1210e20665b7b3acb6977995e407cb39ea7d (diff)
downloadawesome-regex-952235c0649567f2652bcebef7f530f8e90eb5fd.tar.xz
awesome-regex-952235c0649567f2652bcebef7f530f8e90eb5fd.zip
Added PyMOTW re module tutorial
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 54f7de5..0b3066a 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [Regular Expression Language - Quick Reference](https://msdn.microsoft.com/en-us/library/az24scfc(v=vs.110).aspx) - MSDN documentation about Regex
- [Regular Expressions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions) - MDN chapter about JavaScript regular expressions
- [Perl Regular Expression Syntax](http://www.boost.org/doc/libs/1_43_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html) - Boost documentation
+- [Python re module](https://pymotw.com/3/re/) - Regular Expressions Python module tutorial
## Prototyping and Test