I have a string variable and try to keep part of this variable.
This variable is a string and the value is "Series 6.1: Complementary indicators - Gross propensity - Units".
I tried to use regexm on it and I would like get "Gross propensity" from this string.
So,how to extract part of string between two symbols?