Dear Bubble,
I need help extracting text from within some text:
The input text will be formatted like:
1. Bubble is a
2. awesome way to
3. learn Regex
or
1. Bubble is a 2. awesome way to 3. learn Regex
I need to extract the text between the numbers, and after the 3.
so output if the first would be:
Bubble is a
Any help would be much appreciated
All the best
Anuj
regex is such a mystery to me