SyntaxFix
Write A Post
Hire A Developer
Questions
If you are sanitizing user input (For example, $_GET["code"] in php) Make sure you don't accidentally replace something in the code.
$_GET["code"]
The regex I am using is now /[^A-Za-z0-9\/-]/
/[^A-Za-z0-9\/-]/