This might sound like a dumb question but I haven't seen this anywhere. I noticed that a lot of examples have the @ before the regex, why is that?
I haven't been using it and it is fine. My regex just look like this

RegEx tableOpenRegex = new RegEx("<table");

works fine - what am I missing...

Thanks