Skip to content

Instantly share code, notes, and snippets.

@felixdorn
Created May 12, 2021 16:24
Show Gist options
  • Save felixdorn/7c666e5b51a7d19d2cee6ac2091a9719 to your computer and use it in GitHub Desktop.
Save felixdorn/7c666e5b51a7d19d2cee6ac2091a9719 to your computer and use it in GitHub Desktop.
An array of all punctuation signs
$punctuationSigns = ['!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '<', '=', '>', '?', '@', '[', '\\', ']', '^', '_', '`', '{', '|', '}', '~']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment