Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-18 11:26
Flavor·PCRE2 (PHP)

/
v\d+\.\d+\.\d+\.\d+
/
gm
Open regex in editor

Description

When using git ls-remote --tags --sort=version:refname, the results display the git hash as well as a refs prefix. This regex grabs only the CalVer string.

Submitted by John Obla