Hello everyone,
I have a text with multiple lines. I just want to delete the first line and to obtain the rest of the text with no blank spaces neither at the beginning nor at the end.
Example of the text:
I want to get this text:
NOT LIKE THIS:
To sum up: I want to delete the first line of a text and to obtain the rest of the text without blank spaces.
Regards!