Skip to content

Instantly share code, notes, and snippets.

@tanabe
Created November 20, 2009 05:24
Show Gist options
  • Save tanabe/239307 to your computer and use it in GitHub Desktop.
Save tanabe/239307 to your computer and use it in GitHub Desktop.
if (currentLabel.match(new RegExp("^(" + [A, B, C].join("|") + ")$"))) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment