A Short Example No one wants to read. So let's have a look at a short example before we start. First, you'll see a boring Regular Expression as you may know them. Can you already guess what we're trying to validate? Regular Syntax: /^(?:[0-9]|[a-z]|[\._%\+-])+(?:@)(?:[0-9]|[a-z]|[\.-])+(?:\.)[a-z]{2,}$/i No? Well... Let's try the Simple Regex Language then. In the box below, you can see the exact