@sponkly cbf8898b-5012-4782-b543-610ef89659d6-image.png
cf7e154f-0442-4304-ade1-8c25dc9be1c1-image.png
7afc7052-afb2-4d47-84f0-96a73fa688df-image.png
ca4e7a9b-5c8a-4e57-b780-226ff848ab14-image.png
I have a text in a string that contains two line breaks. So I can't just use it, for example create a file with the string as name.
I want to replace everything that is not needed so that I have only the name at the end:
Here is an example of the text.
Soccer field
In the end it should look like this.
Soccer field
Could someone please help me.