Searched refs:VERSION_REGEX (Results 1 – 2 of 2) sorted by relevance
12 const VERSION_REGEX = /^v?((\d+)\.(\d+)\.(\d+)(?:-(.+))?)$/; constant15 const match = versionStr.match(VERSION_REGEX);
10 const VERSION_REGEX = /^v?((\d+)\.(\d+)\.(\d+)(?:-(.+))?)$/; constant76 const match = versionStr.match(VERSION_REGEX);