Regular Expressions 101

Community Patterns

0

Attribute value

PCRE2 (PHP >=7.3)
eeee
Submitted by Me - 2 months ago
0

AT+ - Image

PCRE2 (PHP >=7.3)
parse at+ syntax
Submitted by Carsten - 2 months ago

Ipv4 with optional port

0

Regular Expression
.NET (C#)

@"
^(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]?)(?::(\d|[1-9]\d{1,3}|[1-5]\d{4}|6[0-4]\d{3}|65[0-4]\d{2}|655[0-2]\d|6553[0-5]))?$
"

Description

Loading markdown...
Submitted by anonymous - a year ago