Code
Code
🏡
🐦
🐙
📷
Introduction
CMD
CMD Run
CMD Explain
Git
JavaScript
HTML
Go
Python
Bookmarklets
GitHub Badges
Alfred
Regex
Nix
macOS defaults
Definitions
Hammerspoon
Sublime Text
Bash
Zsh
JXA
AppleScript
Vim
Config
Keyboard Maestro
Karabiner
Powered by GitBook

Regex

​Match if it has notes or twitter in input ^(?=.*(?:notes|twitter)).*

Match all that don't have notes or twitter in input ^(?!._(?:notes|twitter))._

Previous
Alfred
Next
Nix
Last updated 10 months ago
Edit on GitHub