Hi all, I am trying to retrieve information like this:
e.g.
- Describe me in two words.
- Describe me as a person.;
- This is OCBC bank, I would like to know more about shares.
(After this blah blah blah)
So I need a regex that can read 1. 2. 3. 4. 5. but there are times where they can be only up to 3 points and not 5points and I need it to limit to only end the search at the last one, is there any way to do this? The information may consisit of commas etc in between. I tried using this (\d.\D*)+ but it does not work!