I need to get the value inside a string dynamically. The string values will always be in the following format:
Ex1: "Aprovados por autorizantes da aplicação -> Fiscal Mestre"
Ex2: "Aprovados por autorizantes da aplicação -> Analista CAU"
Ex3: "Aprovados por autorizantes da aplicação -> ESCR-PREC-PILOTO"
The value I need is the one that starts after - > and ends before "that is:
Ex1: Fiscal Mestre
Ex2: Analista CAU
Ex3: ESCR-PREC-PILOTO
A note after - > is always a space.