Skip to content

Instantly share code, notes, and snippets.

@timuruski
Last active December 21, 2022 17:20
Show Gist options
  • Save timuruski/c14f4565ae833c00a66a to your computer and use it in GitHub Desktop.
Save timuruski/c14f4565ae833c00a66a to your computer and use it in GitHub Desktop.
Tip: RegExp implements case equality.
# Bad
!! (string =~ pattern)
# Good
pattern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment