/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mkaz.blog
| | github.com
1.1 parsecs away

Travel
| | Learn regex the easy way. Contribute to ziishaned/learn-regex development by creating an account on GitHub.
| | blog.stevenlevithan.com
3.7 parsecs away

Travel
| | Following are a couple recipes I wrote for Regular Expressions Cookbook, composing a fairly comprehensive guide to validating and formatting North American and international phone numbers using regular expressions. The regexes in these recipes are all pretty straightforward, but hopefully this gives an example of the depth you can expect from the book. For more...
| | nedbatchelder.com
3.0 parsecs away

Travel
| | A tour of some real code showing little-used power features of the Python regular expression module.
| | appcodelabs.com
12.1 parsecs away

Travel
| Have you ever tried to learn regular expressions but failed? This article explains the 9 essential patterns you should learn to get started with regex.