Regular expressions in "Find in path". Jörgen Lundberg 创建于 2003年06月04日 09:11 If I use this regexp:public class *ImplI get some hits.But if I use this regexp:^\s?public class ImplI get no hits.Where can I find info about the regexps I can use in IDEA? / Jörgen Lundberg
I just found the regexp thread in the documentation forum...
I also have weird behaviour: Pattern "[^}]+}" matches string "<!--". This is nonsense.
Found the reason for that: it uses multiline matching, there was a "}" on subsequent line.