If you want to capitalize SQL Keywords like - Select, From, Where, Insert, Update, etc. in a SQL Query using Notepad++, then you can make use of the "Find and Replace" option with a regular expression.
- Be on the File/Tab with the SQL Query.
- Next, open "Find and Replace"
- Make sure to set the search mode as "Regular expression"
-
Your "Find What" field will look something like the below.
And "Replace with" = \U$0

- Click on "Replace All"
This is not an AI-generated article but is demonstrated by a human on a Windows 11 PC running Notepad++ v8.5.6
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!

Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!