editplus

Next Capital letter using Regex Search

I use EditPlus. This tool has a nice search option where you can search either regular text or RegEx search. I want to search for the next Uppercase alphabet preceeded by a lowercase alphabet. What do I put in the search box for this? ...

Regex Query to find the first tab before EOL

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...