Hi,
I'm looking for a regular expression to extract the first folder name from a path. For example, from a path such as X:\ABC Limited\Correspondence\2015 I want only to extract "ABC Limited".
I've tried expressions along the lines of \\(.+)\\ but it matches the entire string due to the wildcard so need it to be more specific.
Can any regular expression gurus save me some time?!