I'm sure there used to be a plugin for this kinda stuff, but now that I need it, I can't seem to find it (naturally). So I'll just ask nice and simple ... what is the easiest way to select between brackets, or quotes, or ... generally a list of matching characters ?
write ( *, '(a)' ) 'Computed solution coefficients:'
For example, here I'd like to select (a), or Computed solution coefficients:
I'm not interested in multiline, just cases which lay on one line.