Thanks, this addresses the issue well :)
Alex
On Mon, 3 Jun 2019 at 10:49, Hongxu Jia wrote:
> While pv contains char `+' (such as ncurses 6.1+20181013),
> it was incorrectly converted to `6.1'
>
> In this commit:
> - Convert [^\+]* to .*?
> Support pv to contain char `+' and not greedy match
While pv contains char `+' (such as ncurses 6.1+20181013),
it was incorrectly converted to `6.1'
In this commit:
- Convert [^\+]* to .*?
Support pv to contain char `+' and not greedy match
(Such as ncurses 6.1+20181013)
- Add [^\+] to sfx match
Support sfx contains extra chars between `+' a