Regular Expressions 101

Community Patterns

-3

Telephone

PCRE (PHP <7.3)
Find Telephone
Submitted by Mr.Fail - 8 years ago
-3

UpperCase words

PCRE (PHP <7.3)
no description available
Submitted by ivo - 8 years ago
-3

a

PCRE (PHP <7.3)
a
Submitted by a - 8 years ago
-3

Html Tags

ECMAScript (JavaScript)
Matches HTML structure
Submitted by sagar - 8 years ago

Türkiye Araç Plaka Regexi - Türkiye Car Plate Regex

1

Regular Expression
Java 8

"
^(0[1-9]|[1-7][0-9]|8[0-1])(([A-PR-VYZ]{1})(?!0{4,5}$)\d{4,5}|([A-PR-VYZ]{2})(?!0{3,4}$)\d{3,4}|([A-PR-VYZ]{3})(?!0{2,3}$)\d{2,3})$
"
gm

Description

Loading markdown...
Submitted by Melih Gençtürk - https://github.com/gencturk-m - 7 months ago