Regular Expressions 101

Community Patterns

0

回溯

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago
0

TNRid

PCRE (PHP <7.3)
^-|\b\d.{0,20}.$
Submitted by anonymous - 4 years ago

IP Address Validator

0

Regular Expression
Java 8

"
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.](25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.](25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)[.](25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)
"
gm

Description

Loading markdown...
Submitted by krzysp, jpalvesloiola - a year ago