Hi guys :)
I'm trying to learn how to use Regex using this reference:
http://regexone.com/
Sometimes I got javascript errors... I tried to implement that in C2 editor, when I created "Hello123" text, then I did:
RegexMatchAt("Hello",".", "\d", 0)
to remove numbers, but it didn't work (Forgive me, It's wrong) I don't understand how regex works in C2.
Would you explain me a proper implementation?
Thanks!