0

I am using grep console plugin in my development environment and I want to highlight parts of my console that look like '&name='. I tried with following regex: [&].*[=]

I want lines like this:

lorem&variable=something{ipsum}&paramter="555"

to look like this

lorem&variable=something{ipsum}&paramter="555"

What would be the grep command to do that

denBelg
  • 323
  • 1
  • 6
  • 18

0 Answers0