Skip to content

Instantly share code, notes, and snippets.

@plindberg
Created August 21, 2009 13:43
Show Gist options
  • Save plindberg/172008 to your computer and use it in GitHub Desktop.
Save plindberg/172008 to your computer and use it in GitHub Desktop.
This can’t be right?
/\bid(é|é)\b/.match('idéer')
# => #<MatchData "id&eacute;" 1:"&eacute;">
/\bid(é|&eacute;)\b/.match('idéer')
# => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment