Regular Expressions 101

Community Patterns

0

Barcode Regex

PCRE2 (PHP >=7.3)
Barcode Regex
Submitted by anonymous - a year ago
0

lat cyr letters

Java 8
only lat and cyr letters
Submitted by anonymous - a year ago
0

ipv4 match

PCRE2 (PHP >=7.3)
ipv4 match
Submitted by anonymous - a year ago
0

LinkedIn Profile Url

Java 8
LinkedIn Profile Url
Submitted by Morons - a year ago

match ipv4|匹配ipv4

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?:(?:2[0-4][0-9]|25[0-5]|1?[0-9]?[0-9])\.){3}(?:2[0-4][0-9]|25[0-5]|[0-1]?[0-9]?[0-9])$
/
gm

Description

Loading markdown...
Submitted by nihuge - 2 years ago