Hello everyone,
I have a simple question about rex, I have not been successful.
I have a string:
"bllablla_toni"
"bloobloo_jony"
And I am want to extract the string after character "_".
The result will be:
"toni"
"jony"
Thanks!
↧