Regular Expressions 101

Library entries

-1
dotnet

MMM DDD YYYY

FEB MON 2023
Submitted by anonymous - 4 months ago
0
dotnet

P4 file info

just p4 file command output match
Submitted by anonymous - 7 months ago
0
dotnet

CAN regex

n
Submitted by anonymous - 7 months ago
0
dotnet

Task6.1

simple mail regex
Submitted by anonymous - 7 months ago
0
dotnet

Task6.2

Telephone number regex
Submitted by anonymous - 7 months ago
0
dotnet

Remplazar contenido

Remplazar contenido
Submitted by anonymous - 7 months ago
0
dotnet

Enum map to test cases

.
Submitted by DenKu1 - 7 months ago
0
dotnet

myRegEx

myRegEx
Submitted by Avinash - 6 months ago
0
dotnet

BI/CC

Verificação do número de BI/CC
Submitted by anonymous - 6 months ago
0
dotnet

French Insurance Number

French Insurance Number
Submitted by Dohts - 5 months ago
0
dotnet

fix plot histogram calls

k
Submitted by anonymous - 5 months ago

Semantic Version (semver)

Vote

0

Regular Expression
dotnet

@"
^(?<major>0|[1-9]\d*)\.(?<minor>0|[1-9]\d*)\.(?<patch>0|[1-9]\d*)(?:-(?<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
"
gm

Description

Loading markdown...
Submitted by semver.org,Jeff Jacobson - 6 months ago