Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
0
Substituir tag client do web.config
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Way cooler email validator
PCRE (PHP <7.3)
Works for JS and PHP
Submitted by
anonymous
-
6 years ago
0
my language regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Lấy link từ log
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
test lịch phát song
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Verify Basic Parts of US Address
ECMAScript (JavaScript)
Designed for a basic validation of a US address. Used in an Angular 6 app as an Address Validation. For extraction $1 is the numeric address, $2 is the street and apartment, $4 the state, and $5 the zip code.
Submitted by
anonymous
-
6 years ago
0
Resource - EDI News
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EDITradingPartnerUpdates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EDITradingPartnerUpdates - tabid
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fanball -- Home Page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Fanball -- Lobby
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Model's properties to table query creation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Udacity_FDSI2_name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Udacity_FDSI2_phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Разделить текст и цифры
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
KOOP parsování provizí z PDF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Find intents in Android manifest.xml
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Nichtnumerische Zeichen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Bandcamp url validator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
sfp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
176
177
178
179
180
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?P<smlouva>
[
0
-
9
]
{10}
)
\s
(?:
|
(?P<flotila>
[
0
-
9
]
{10}
)
\s
)
(?P<kod>
[
A
-
Z0
-
9
]
{3}
)
\s
(?<rc_ic>
[
0
-
9
]
+
)
\s
(?<klient>
\S
+
\S
+
)
\s
(?P<zaklad>
-
?
[
0
-
9
]
+
,
[
0
-
9
]
{2}
)
\s
(?P<od>
[
0
-
9.
]
+
)
\s
(?P<do>
[
0
-
9.
]
+
)
\s
(?P<zarazeni>
\S
+
)
\s
(?P<provize>
-
?
[
0
-
9
]
+
,
[
0
-
9
]
{2}
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago