I played with the Notepad ++ regex engine, but there’s something I can’t do, it’s an explicit quantification notation.
I saw several other posts here that use the following syntax: (expr) {1,2}
However, when I use it in the test it is as simple as k{1,1}
where the text to search is - k: no match. I tried a lot of syntax: {1,}, {1}, etc. Am I missing something?
Sorry, my bad english, and thanks for your answers!
source
share