2014-02-09, 07:25 PM
Hello,
Could anyone help me with mycode regex. It should only allow: letters, numbers and underscores, so:
a-z, A-Z, 0-9, _
At the moment I'm using this:
Could anyone help me with mycode regex. It should only allow: letters, numbers and underscores, so:
a-z, A-Z, 0-9, _
At the moment I'm using this:
\[test\](.*?)\[/test\]