Explore >> Select a destination


You are here

harelang.org
| | leventkaya.com
3.1 parsecs away

Travel
| | Technical and Personal Blog
| | dlang.org
2.0 parsecs away

Travel
| | D Programming Language
| | vlad.website
0.0 parsecs away

Travel
| | (This is a post I wrote for the Hare blog.) Regular expressions are one of those tools that we kind of take for granted. They're really powerful and useful in so many situations, but most people don't quite understand how they work under the hood. I'm Vlad, the developer who implemented Hare's regular expression engine, and I thought I'd show you why regular expressions aren't as scary as they might seem at first sight. In this post, I'd like to take a look at how Hare's implementation works, as well as how an end-user would go about using it. Let's get started.
| | 2ality.com
23.1 parsecs away

Travel
| In this blog post, we look at the ECMAScript proposal "RegExp v flag with set notation + properties of strings" by Markus Scherer and Mathias Bynens.