Skip to content

Instantly share code, notes, and snippets.

@zoolu-got-rhythm
Created September 18, 2023 10:15
Show Gist options
  • Save zoolu-got-rhythm/7d940a6a2f5074b70b6b7b46d8afa72e to your computer and use it in GitHub Desktop.
Save zoolu-got-rhythm/7d940a6a2f5074b70b6b7b46d8afa72e to your computer and use it in GitHub Desktop.
console.log match test file example
console // match start
.log // match end
console.log console.log // 2 matches
console .log // match
console. // match start
log // match end
asdf
asdf
console.log // match
asdf
console // match start
.log // match end
console // don't match (doesn't end in .log)
console.log // match
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment