I need to remove números
from a string
. The string
follows a pattern:
http://www.meudominio.com/1789519-texto
The number will always be between /
and -
I have been able to arrive at the following formula:
The problem is that /
comes together, and I did not want it, I know I can easily cut it from string
, but I'd really like to know how I can remove it from the result using the expression. >