0
I need to take the value inside a string dynamically. The values of the string 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 " i.e.:
Ex1: Fiscal Mestre
Ex2: Analista CAU
Ex3: ESCR-PREC-PILOTO
An observation, after -> there is always a space.