From 64dbec0fc709dd74032f7bf1af2e36cb2c7c9109 Mon Sep 17 00:00:00 2001 From: Kyle Date: Fri, 23 Jun 2023 01:28:09 +0800 Subject: [PATCH] Update regex support wording --- semver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semver.md b/semver.md index 22c9573..f78853e 100644 --- a/semver.md +++ b/semver.md @@ -338,7 +338,7 @@ name and the semantic version is "1.2.3". There are two. One with named groups for those systems that support them (PCRE [Perl Compatible Regular Expressions, i.e. Perl, PHP and R], Python -and Go). +Go, Swift, etc.). See: @@ -349,7 +349,7 @@ See: And one with numbered capture groups instead (so cg1 = major, cg2 = minor, cg3 = patch, cg4 = prerelease and cg5 = buildmetadata) that is compatible with ECMA Script (JavaScript), PCRE (Perl Compatible Regular Expressions, -i.e. Perl, PHP and R), Python and Go. +i.e. Perl, PHP and R), Python, Go, Swift, etc. See: