Regular Expressions 101

Community Patterns

1

one line html

PCRE2 (PHP >=7.3)
matches html
Submitted by anonymous - 2 months ago
-1

Regex example

PCRE2 (PHP >=7.3)
For pldi
Submitted by PlaceReporter99 - 3 months ago

SSID Pattern

0

Regular Expression
.NET (C#)

@"
^(?<!\d)\d{7}(?!\d)
"
gm

Description

Loading markdown...
Submitted by Abhi Reddy - a year ago
(Last modified a year ago)