Regular Expressions 101

Community Patterns

1

One letter in row

PCRE2 (PHP >=7.3)
([a-z])(?!.*\1)
Submitted by anonymous - a month ago
1

Nginx Ingress

PCRE2 (PHP >=7.3)
Nginx-Ingress Pattern
Submitted by GauravKT - a month ago

Enum map to test cases

0

Regular Expression
.NET (C#)

@"
[ \t]*([\w.]+) => ([\w.]+)[, ]*
"
gm

Description

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