I have a string in a textarea that will look like this:
2199998888
2188889999
2455556666
2566665555
That is, phone numbers with break line to separate them within the textarea.
I need to enter the country code on all phone numbers.
I could not find a simple logic to do this.
The result would be this:
552199998888
552188889999
552455556666
552566665555