PUNCTUATION top-level constant

List<String> const PUNCTUATION

Implementation

const PUNCTUATION = [
  '.',
  ',',
  '\\',
  '#',
  '!',
  '\$',
  '%',
  '^',
  '&',
  '/',
  '*',
  ';',
  ':',
  '{',
  '}',
  '=',
  '-',
  '_',
  '`',
  '~',
  '(',
  ')',
  ' ',
];