Skip to content

Instantly share code, notes, and snippets.

@Andreolle
Last active June 17, 2016 15:22
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 Andreolle/278957a8bd511662db001e4d2091f4c4 to your computer and use it in GitHub Desktop.
Save Andreolle/278957a8bd511662db001e4d2091f4c4 to your computer and use it in GitHub Desktop.
Regex verifica se está usando uma LID
if (/(.*)\?lid=(.*)/ig.test(window.location.href)) {
console.log("Você está numa LID, escreva seus códigos para Homologação aqui....");
} else {
console.log("Você não está numa LID");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment