Getting this from an API, i need help with making it 1 line, so it’s “Milling hotels etc”, instead of:
“Milling
Hotels
etc”
Any ideas?
Getting this from an API, i need help with making it 1 line, so it’s “Milling hotels etc”, instead of:
“Milling
Hotels
etc”
Any ideas?
If that is a single string you are receiving from the API, you could do a :find & replace and replace newlines with spaces when you are saving to your database
it is a single string, will try that, thanks
This topic was automatically closed after 70 days. New replies are no longer allowed.