I am storing in a variable the .text
of a input
. For example the text variable:
texto = "Esto-es un mensaje"
I want to save part of the content of that text in another variable. So where is the script that saves for example the following in another variable.
texto2 = "es un mensaje"
It is important to mention that this text will be variable so it should be taken only what is after the script.