Highlighting regex capture groups in notepad++?

前端 未结 1 711
南旧
南旧 2021-01-25 09:48

As of now if I do a regex \'find and replace\' in notepad++ it highlights the entire search parameter like a normal text \'find\'.

Would it be possible to have it highli

相关标签:
1条回答
  • 2021-01-25 10:22

    For the moment there is no such plugin, but I would try for testing this site: https://regex101.com/ which shows a lot of information about matches.

    Or install RegexBuddy http://www.regexbuddy.com/demotest.html. So that you can do a simple test there and then switch to NotePad++.

    0 讨论(0)
提交回复
热议问题