Regular Expressions 101

Community Patterns

0

ip address

ECMAScript (JavaScript)
ip address
Submitted by anonymous - 3 years ago
0

named groups

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

Remove Non-words

Python
no description available
Submitted by anonymous - 3 years ago

German vehicle registration incl. options

1

Regular Expression
PCRE (PHP <7.3)

/
^([A-ZäÄÖÜ]{1,3})\-[ ]{0,1}([A-Z]{0,2})[ ]{0,1}([0-9]{1,4}[HE]{0,1})[ ]{0,1}([0-9]{0,2})[ ]{0,1}([0-9]{0,2})$
/
gm

Description

Loading markdown...
Submitted by awwillia - 3 years ago