[ad_1]
My changelog.md data looks like below.
## 11.2.3
* xxx
* xxxx
## 11.2.2
* ttt
* ttt
I need a regex that can return only the first versions list ie.
* xxx
* xxxx
I tried multiple solutions but, didn’t reach the final result.
I tried matching, and replacing it, didn’t work.
[ad_2]