public final static String SEARCHKEYREGEX = "[~!/@#$%^&*()\\-_=+\\|[{}];:\'\",<.>/?]+";
//!@~#¥%……&*()——+{}|:“《》?-=【】、;‘,。、
public static void main(String []a )
{
Matcher m = null;
String searchKey = "1!";
if((searchKey))
{
(SEARCHKEYREGEX);
Pattern p = (SEARCHKEYREGEX);
m = (searchKey);
(());
}
}