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

NDC

0

Regular Expression
.NET (C#)

@"
^(?:\d{4}-\d{4}-\d{2}|\d{5}-(?:\d{3}-\d{2}|\d{4}-\d{1,2})|\d{11}|\d{10}|\d{9})$
"
gm

Description

Loading markdown...
Submitted by joe.cox@fortyau.com - a year ago