Regular Expressions 101

Community Patterns

0

20200510

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

tst

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

VAT number

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

Our order number

Python
no description available
Submitted by anonymous - 3 years ago
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

Hex color code checker

0

Regular Expression
Python

r"
(?<!\n)#[\da-f]{3}(?!\w)(?!\n)|(?<!\n)#[\da-f]{6}(?!\w)(?!\n)
"
g

Description

Loading markdown...
Submitted by anonymous - 6 years ago