Regular Expressions 101

Community Patterns

1

Funny Discord Thing

.NET (C#)
Submitted by Deniz-seckin55 - a month ago
1

html <Title>

Java 8
htnle
Submitted by erichologist - 2 months ago

Alphanumeric Regex

16

Regular Expression
PCRE (PHP <7.3)

/
^(?=.*[a-zA-Z])(?=.*[0-9])[a-zA-Z0-9]+$
/

Description

Loading markdown...
Submitted by Deepan - 8 years ago