Skip to content

Instantly share code, notes, and snippets.

@reportbase
Created June 9, 2016 02:42
Show Gist options
  • Save reportbase/fb83b35773701e58465e4da08a1d048b to your computer and use it in GitHub Desktop.
Save reportbase/fb83b35773701e58465e4da08a1d048b to your computer and use it in GitHub Desktop.
function glob(str, rule) {try{return new RegExp("^" + rule.split("*").join(".*") + "$").test(str)}catch(e){return false}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment