Regular expressions in "Find in path".

If I use this regexp:
public class *Impl
I get some hits.
But if I use this regexp:
^\s?public class Impl
I get no hits.
Where can I find info about the regexps I can use in IDEA?

/ Jörgen Lundberg

0
3 comments

I just found the regexp thread in the documentation forum...

0
Avatar
Permanently deleted user

I also have weird behaviour: Pattern "[^}]+}" matches string "<!--". This is nonsense.

0
Avatar
Permanently deleted user

Found the reason for that: it uses multiline matching, there was a "}" on subsequent line.

0

Please sign in to leave a comment.