Regular Expressions 101

Community Patterns

0

Headers

PCRE2 (PHP >=7.3)
Headers
Submitted by anonymous - 8 months ago
0

Example 1

PCRE2 (PHP >=7.3)
Example
Submitted by anonymous - 8 months ago
0

pxc plcnext

Golang
plcnext version strings
Submitted by anonymous - 8 months ago
0

Other segment

Java 8
Other segments
Submitted by Lufram - 8 months ago

alluse

-1

Regular Expression
PCRE (PHP <7.3)

/
^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<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-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
/
gm

Description

Loading markdown...
Submitted by alluse - 9 months ago