RegexKitLite 替换模式更改找到的匹配项的大小写
我想使用 RegexKitLite 更改找到的匹配项的大小写(即,小写为大写),但不知道如何或是否可能。在 PCRE 正则表达式中,您可以在替换模式中使用 \u$1 之类的内容来将第 1 组找到的匹配项大写。我不知道该怎么做。有人可以告诉我怎么做吗?
提前致谢
I'd like to change the case (ie, lowercase to uppercase) of found matches using RegexKitLite but don't know how or if it's possible. In PCRE regex, you can have in the replacement pattern something like \u$1 to uppercase the found match of group 1. I can't see how to do that. Can someone please let me know how?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 RegexKitLite 4.0s Blocks 方法:
运行时输出:
Use RegexKitLite 4.0s Blocks methods:
Output when run: