Skip to content

Instantly share code, notes, and snippets.

@kazoo0217
Last active April 24, 2019 13:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazoo0217/12c0673906f5f65e4a8b50c58d5c4a0c to your computer and use it in GitHub Desktop.
Save kazoo0217/12c0673906f5f65e4a8b50c58d5c4a0c to your computer and use it in GitHub Desktop.
正規表現

.jpg を除外

^.*(?<!jpg)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment