Find Replace change case
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
请先登录再写评论。
This functionality is not currently supported.