specialChars top-level property

Iterable<string> get specialChars

Implementation

Iterable<string> get specialChars => [
      "@",
      "#",
      "\$",
      "%",
      "^",
      "&",
      "*",
      "-",
      "_",
      "+",
      "=",
      "|",
      "~",
      ...quotes,
      ...openWrappers,
      ...closeWrappers,
      ...midSentenceChars,
      ...endOfSentenceChars,
      ...mathOperators,
    ];