Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.6.4
RegEx/BuildVersion.regex.txt
# Matches a build version
(?<Major>\d+)
\.
(?<Minor>\d+)
(?:\.(?<Build>\d+))?
(?:\.(?<Revision>\d+))?