There are 2 ways to do regex:
regex
pcre
[!NOTE] You need to first do: v install pcre, for the pcre module to work.
v install pcre
You can find examples of both in this directory.