Hi All,
I have the following string. I posted a similar question before, but this is a different requirement from the user.
29 This is a Page1 6754001 1,2,3,4
6755 This is a Page2 56-0 7654564
This is a Page3 67543-986xx 8 12
This is (Page5)& Container 876-0 6 8xp
AB2345 This is Test Page6 984532
234We This is a Test Page7 No. 1 654321
Ab234 --This is a Test Page8 No. 2 876543 123TY --This is a test Page9(PT) No.3 765432
From above, I need to extract the below text
This is a Page1
This is a Page2
This is a Page3
This is (Page5)& Container
This is Test Page6
This is a Test Page7 No. 1
--This is a Test Page8 No. 2
--This is a test Page9(PT) No.3
There is always a space between the first number and the text so there is a space between 2129 and This is page1. Sometimes the first number is omitted like 2129 is gone. There is always a space between the text and th ...
Go to the complete details ...