Hi Friends,
I have combination of string content like this :
EDT_Text_1 = Name + Phone + Email + Address 1 + Address 2 + Zipcode + City + State + Country.
How to read the combination string and separate the content like this? :
1. Name
2. Phone
3. Email
4. Address 1
5. Address 2
6. Zipcode
7. City
8. State
9. Country
So I can know the string of the content either it is Name, Phone, email or else.
Thanks a lot.
Regards,
Mujahid
I have combination of string content like this :
EDT_Text_1 = Name + Phone + Email + Address 1 + Address 2 + Zipcode + City + State + Country.
How to read the combination string and separate the content like this? :
1. Name
2. Phone
3. Email
4. Address 1
5. Address 2
6. Zipcode
7. City
8. State
9. Country
So I can know the string of the content either it is Name, Phone, email or else.
Thanks a lot.
Regards,
Mujahid