Skip to content

Instantly share code, notes, and snippets.

@Munksgaard
Created August 14, 2023 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Munksgaard/ccac61310651d3402571506e4b4ef424 to your computer and use it in GitHub Desktop.
Save Munksgaard/ccac61310651d3402571506e4b4ef424 to your computer and use it in GitHub Desktop.
@reserved_characters ~c":/?#[]@!$&'()*+,;="
@spec is_char_reserved(byte) :: boolean
defguard is_char_reserved(character) when character in @reserved_characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment