CODE
LIBARY.COM
Home
/
CGI
CGI Remove unwanted characters
Remove unwanted characters
$string =~ s/[&*^() !%$@#+_~,<>./?]//g;
$string =~ s/[&*^() !%$@#+_~,<>./?]//g;
Copy to Clipboard
Related Snippets
CGI Search
CGI IRC Bot
CGI Upload a file
CGI Random link
CGI Crypt Analysis
CGI Bandwidth Bandit
CGI Directory Listing
CGI Display File Contents
CGI File Download
CGI Show Server Version