Regular Expressions 101

Library entries

0
javascript

English Avenue pattern

no description available
Submitted by anonymous - 4 years ago
0
pcre

Sport Match result

no description available
Submitted by anonymous - 4 years ago
0
python

Email Validator

no description available
Submitted by anonymous - 4 years ago
0
javascript

French avenue check

no description available
Submitted by anonymous - 4 years ago
0
pcre

13/11/2019

Almost ready!!!
Submitted by anonymous - 4 years ago
0
pcre

對象學校英文名稱

no description available
Submitted by anonymous - 4 years ago
0
pcre

Password Validation

no description available
Submitted by anonymous - 4 years ago
0
pcre

integer with two decimal places

no description available
Submitted by anonymous - 4 years ago
0
pcre

Bitbucket Branch Checker

no description available
Submitted by anonymous - 4 years ago
0
python

panbaidu

no description available
Submitted by anonymous - 4 years ago
0
pcre

Return non matching part of string

no description available
Submitted by anonymous - 4 years ago
0
pcre

number price without comma (usd, krw)

no description available
Submitted by anonymous - 4 years ago

SemVer 2.0

Vote

0

Regular Expression
pcre

/
^ (?<Major>0|[1-9]\d*)\. (?<Minor>0|[1-9]\d*)\. (?<Patch>0|[1-9]\d*) (?<PreReleaseTagWithSeparator>-(?<PreleaseTag>(0|[1-9]\d*|[a-z-][\da-z-]*|[\da-z-]+[a-z-][\d-az-]*)(\.(0|[1-9]\d*|[a-z-][\da-z-]*|[\da-z-]+[a-z-][\d-az-]*))*))? (?<BuildMetadataWithSeparator>\+(?<BuildMetadata>(\d+|[a-z-][\da-z-]*|[\da-z-]+[a-z-][\d-az-]*)(\.(\d+|[a-z-][\da-z-]*|[\da-z-]+[a-z-][\d-az-]*))*))? $
/
gmix

Description

Loading markdown...
Submitted by anonymous - 4 years ago