I have a line that looks like this:
$/Reporting/MSReportin gServices/Alle gro/Ex eXYZ.All egro.Ss rs:
The spaces are tabs, so here is what it actually looks like
$/Reporting/MSReportin gServices/Alle{TAB}gro/Ex{TAB}eXYZ.All{TAB}egro.Ss{TAB}rs:
I have to find the first tab in each line that starts with a $
sign.
How do I do this using RegEx?