Skip to content

Instantly share code, notes, and snippets.

@k4zuki02h4t4
Created September 8, 2016 05:49
Show Gist options
  • Save k4zuki02h4t4/028d234b3609a158d167738fde3acc86 to your computer and use it in GitHub Desktop.
Save k4zuki02h4t4/028d234b3609a158d167738fde3acc86 to your computer and use it in GitHub Desktop.
否定系の正規表現
/^(?!.*(wp\-admin|wp\-login)).+$/
/^((?!(wp\-admin|wp\-login)).)*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment