There are 2 ways to do regex: a) using the native module called regex b) using an exteranl module called pcre, which wraps the C library pcre.
regex
pcre
Note You need to first do: v install pcre, for the pcre module to work.
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.