Find Replace change case Follow
How to replace matched strings with same string but uper or lower cased.
For example I have the following regex
(exists|select|from|where|and|varchar|integer|go)
What should I put to my replace box to change the case.
{toUpperCase}$1
Please sign in to leave a comment.
This functionality is not currently supported.