Today, we're going to try and link regular expressions with... more regular expressions. Because, you know, why not?
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:
This link will take us to... Example 9, where we'll try to link regular expressions with... more links!
If you're feeling adventurous, try linking the following expressions: