Skip to content

Instantly share code, notes, and snippets.

@gasparportik
Created April 17, 2020 09:01
Show Gist options
  • Save gasparportik/9fe147e11629fa016d663b7df3d743ba to your computer and use it in GitHub Desktop.
Save gasparportik/9fe147e11629fa016d663b7df3d743ba to your computer and use it in GitHub Desktop.
window.xpathStringEscape = (s) => (s.includes('"') && `'${s}'`) || (s.includes("'") && `"${s}"`) || `concat("${s.replace(/"/g, `",'"',"`)}")`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment