Regular Expressions 101

Community Patterns

0

nosh

Python
no description available
Submitted by anonymous - 3 years ago
0

Übung 4 Aufgabe 3

Python
URL erkennen
Submitted by anonymous - 3 years ago
0

Übung 4 Aufgabe 4

Python
Finde XML
Submitted by anonymous - 3 years ago
0

VAT label

Python
no description available
Submitted by anonymous - 3 years ago
0

Negative regexp

Python
no description available
Submitted by anonymous - 3 years ago

Only valid if uppercase words (letters + space), minimum 1, maximum 21

1

Regular Expression
ECMAScript (JavaScript)

/
(^[A-Z\s?]{1,21}$)
/
g

Description

Loading markdown...
Submitted by Matthias G. - 7 years ago