Skip to content

Instantly share code, notes, and snippets.

@bean5
Created December 20, 2013 16:39
Show Gist options
  • Save bean5/8057519 to your computer and use it in GitHub Desktop.
Save bean5/8057519 to your computer and use it in GitHub Desktop.
Locate variables that don't use scoping in CF.
((?:(<cfset\s*))([a-z][a-z0-9_\$]*)(?:(\s*=)))|(((<cfobject.*?name)|returnvalue|result)\s*=\s*['"][a-z][0-9a-z_\$]*['"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment