Just found this: [Unsupported operators in Notepad++/Scintilla regular expression syntax][1] Looks like something similar to `[0-9]{1,5}` will not work as `{m,n}` (where `m` and `n` are integers) are not supported. **EDIT**
The regex I used was `"[0-9]{0,10}"`. Sadly Notepad++ does not support `{x,y}` therefore I ended up using a free editor called "Programmer's Notepad". [1]: http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Unsupported_Regex_Operators
I got annoyed with these kind of issues in Notepad++ and switched to Programmer's Notepad too. I wish more people would, and end ++'s dominance.
以上就是Notepad++ Regex help - Finding less than 6 chars in quotations的详细内容,更多请关注web前端其它相关文章!