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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 11,500 community submitted regex patterns...
0
ORIGIN_PAID_AGGREGATOR_MITULA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SPLIT_CMD
PCRE (PHP <7.3)
Split Command Line in all of his arguments
Submitted by
anonymous
-
5 years ago
0
Ciclo FOR (Python)
PCRE (PHP <7.3)
Expresión regular para validar un ciclo for en Python.
Submitted by
anonymous
-
5 years ago
0
ORIGIN_PAID_FACEBOOK
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ORIGIN_REFERRAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ORIGIN_UNBOUNCE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ORIGIN_SOCIAL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Get info in braces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Rechnung - Gesamtsumme
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Regex 04
PCRE (PHP <7.3)
Desafio proposto pelo Brunno, usando uma página da B3 - 13/03/2020.
Submitted by
Paula Picolott (ppicolott)
-
5 years ago
0
RegEx 02
PCRE (PHP <7.3)
Desafio proposto pelo Brunno: Apenas palavras terminadas com a letra "c" - 11/03/2020.
Submitted by
Paula Picolott (ppicolott)
-
5 years ago
0
Find all numerics, either integer or float (engineering not supported).
PCRE (PHP <7.3)
Find all numerics, either integer or float (engineering not supported).
Submitted by
anonymous
-
5 years ago
(Last modified 3 years ago)
0
Find integer, immediately followed by escape characters.
PCRE (PHP <7.3)
Find integer, immediately followed by escape characters.
Submitted by
anonymous
-
5 years ago
0
Convert snake_case_enum_cases to camelCaseEnumCases
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Validate UUID v4
PCRE (PHP <7.3)
Checks for validity of UUIDv4 using a regular expression.
Submitted by
anonymous
-
5 years ago
0
IDS Patent number extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IDS Extract Country Code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IPTV Playlist
PCRE (PHP <7.3)
Get parts of an IPTV playlist
Submitted by
anonymous
-
5 years ago
0
Regular expression grammar in escaped quotation form
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
simple compulsory 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
470
471
472
473
474
...
575
IPv4 Validator
11
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
(?:
25
[
0
-
5
]
|
2
[
0
-
4
]
\d
|
1
?
\d
{1,2}
)
(?:
\.
(?!
$
)
|
$
)
){4}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)