krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
436 stars 57 forks source link

Only display regex capture group #178

Closed Viatorus closed 3 years ago

Viatorus commented 3 years ago

Is your feature request related to a problem? Please describe. Sometimes only certain parts of a line is interesting. With a regex capture group unwanted content could be ignored.

Describe the solution you'd like When using regex with a capture group, GrepConsole is only displaying the captured group.

Describe alternatives you've considered Own plugin or script?

Additional context https://www.regular-expressions.info/refcapture.html

Viatorus commented 3 years ago

I got it to work using input filter.