Explore >> Select a destination


You are here

matt.might.net
| | dlang.org
2.6 parsecs away

Travel
| | D Programming Language
| | rdrr.io
2.5 parsecs away

Travel
| | [AI summary] This document explains the use of regular expressions in R, covering both extended and Perl-like regular expressions with their syntax, metacharacters, and applications.
| | blog.stevenlevithan.com
5.6 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...
| | ceronman.com
21.8 parsecs away

Travel
| Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I needed more to really understand the language. I wanted to work on a small project to get some hands-on...