lstSpecialCode property

List<String> lstSpecialCode
getter/setter pair

Implementation

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