I want to get such matches:
3.1.0
10.5.1
0.5
which may represent builds version numbering system.
Non-matches:
3.1.
I tried this regex:
[0-9]+.[0-9]+
This gets only 0.5
but not 10.5.1
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…