Skip to content

Instantly share code, notes, and snippets.

@jackyscript
Created June 6, 2024 09:18
Show Gist options
  • Save jackyscript/968a10a7ae3fedc3a1afdaed0a73e98e to your computer and use it in GitHub Desktop.
Save jackyscript/968a10a7ae3fedc3a1afdaed0a73e98e to your computer and use it in GitHub Desktop.

Uppercase only:

(?-i)[A-Z]+(?![a-z])

To lower case:

\L$0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment