Regex in VL

I use Regex extensively in Gamma. After learning Regex, my life became a lot easier. What exactly are you interested in? Gamma is full of regex nodes.

The IsEmail node looks a bit insane)

can recommend to cook your string in online editors like https://regex101.com/

For example, you can check out day 3 of the Advent of Code:

If you need a real-world example, I can help you solve your problem. Just state the problem here and I will show you how to solve it.