lstSpecialCode property
Implementation
static List<String> lstSpecialCode = <String>[
"~",
"!",
"@",
"#",
"\$",
"%",
"^",
"&",
"*",
"(",
")",
"_",
"+",
"-",
"=",
"[",
"]",
"{",
"}",
"\\",
"|",
";",
":",
"'",
"\"",
",",
"<",
".",
">",
"/",
"?"
];