Skip to content

Instantly share code, notes, and snippets.

@talllguy
Created April 6, 2015 20:12
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 talllguy/499e09bfe40e45c4513e to your computer and use it in GitHub Desktop.
Save talllguy/499e09bfe40e45c4513e to your computer and use it in GitHub Desktop.
OpenRefine transform to replace single smart quotes with regular single quotes
value.replace(/[\u2018\u2019\u201A\u201B\u2032\u2035]/,"'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment