Example 8: Regex Linking for the Clumsy

Today, we're going to try and link regular expressions with... more regular expressions. Because, you know, why not?

Linking Regular Expressions

Let's take a simple example of a regular expression that matches all numbers:

/\d+

This regular expression will match one or more digits. But how do we link to it? Well, we'll use the same regular expression, of course:

\d+

This link will take us to... Example 9, where we'll try to link regular expressions with... more links!

Other Regular Expressions to Link

If you're feeling adventurous, try linking the following expressions: