Need c++ configure
Budget: £10 – £20 GBP
Hello to all freelancer
I have a small issue
I have some notepad txt data which are like this
Name Surname
Address
City
Phone
Name Surname
Address
City
Phone
Name Surname
Address
City
Phone
What i need is to get each 4 lines on 1 line to use it as an 1 line 1 customer
Does anyone know it?
I used before
(.+)\r\n(.+)\r\n(.+) with \1\|\2\|\3
but wont work
I have a small issue
I have some notepad txt data which are like this
Name Surname
Address
City
Phone
Name Surname
Address
City
Phone
Name Surname
Address
City
Phone
What i need is to get each 4 lines on 1 line to use it as an 1 line 1 customer
Does anyone know it?
I used before
(.+)\r\n(.+)\r\n(.+) with \1\|\2\|\3
but wont work