we can use .*
to match a line from regex. but I need something else similar to this. because intellij grammar kit doesn't support for .*
Asked
Active
Viewed 207 times
-1
-
Did you enable regex search? Or does the place where you use the pattern support regex at all? You mean, you are working with [this plugin](https://github.com/JetBrains/Grammar-Kit)? Please add more details. – Wiktor Stribiżew Dec 23 '20 at 13:32
-
1@WiktorStribiżew IntelliJ certainly supports full regex searching of source code. – Tim Biegeleisen Dec 23 '20 at 13:34