Skip to content

Instantly share code, notes, and snippets.

@R0mb0
Created February 20, 2025 09:15
Show Gist options
  • Save R0mb0/4cc674c2f506c7cb31fac7359ad67df7 to your computer and use it in GitHub Desktop.
Save R0mb0/4cc674c2f506c7cb31fac7359ad67df7 to your computer and use it in GitHub Desktop.
Array with special characters in Classic ASP
<%
Dim my_array
my_array = Array(".", ",", ":", ";", "`", "/", "\", "|", "_", "-", "~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "+", "=", "{", "[", "}", "]", "'", "<", ">")
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment