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 12,060 community submitted regex patterns...
0
ФИО базовое
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
delay, pre & post
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
if, ternary
PCRE (PHP <7.3)
Prints a statement if expression evaluates to true, otherwise prints an alternative expression
Submitted by
anonymous
-
4 years ago
0
face
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
特殊字元(包含中文字)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
FMOD UE2 Aufgabe 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
String with no dots
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Optional Parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract Dopix logs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
enel-dfaturadafp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get specific form tag for Contact Form 7 (WP Plugin)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Liquidsoap metadata separator regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ETIM klasse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Remove characters after a certain character
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
NET USER \DOMAIN USER - Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get json in XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
App Deployer FQDN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
469
470
471
472
473
...
603
Get digits
0
Regular Expression
Golang
`
^
(
\d
+
(?:
\.
\d
{1,3}
)?
)
`
gm
Open regex in editor
Description
Trying to get digits
Submitted by
Arthur Silva
-
a year ago