Regular Expressions 101

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

/
^(\d+\.)?(\d+\.)?(\*|\d+)
/

Description
Created·2022-05-04 07:44
Type·Match
Flavor·PCRE (Legacy)

Given example text in 0.6.12+commit.27d51765. Now we need to extract the version number from the text.

Submitted by jjhesk
Open Workspace