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...
1
Find arguments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Level Builder
PCRE (PHP <7.3)
Level Builder - parser
Submitted by
Alex Hedley
-
9 years ago
1
(^(\d)?(\d\d-)(.*)$)
PCRE (PHP <7.3)
50-12585
Submitted by
anonymous
-
9 years ago
2
Diiff
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
nlm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Json value
PCRE (PHP <7.3)
no description available
Submitted by
kreisfahrer
-
9 years ago
1
linter-elixirc
PCRE (PHP <7.3)
Testing of elixirc output for linter-elixirc validation.
Submitted by
Landon Abney
-
9 years ago
1
Liens internes
Python
Liens internes commençant par : rien / http, https, www et contenant le nom de domaine
Submitted by
anonymous
-
9 years ago
1
Find word in sentense
PCRE (PHP <7.3)
Find the word in sentense
Submitted by
mvaluyko
-
9 years ago
1
id regex
ECMAScript (JavaScript)
this regular expression can be used for validating id
Submitted by
noby nirmal
-
9 years ago
5
psswd
Python
no description available
Submitted by
anonymous
-
9 years ago
1
dot detector in floating point number
ECMAScript (JavaScript)
This regex will detect . any number of times between numbers
Submitted by
noby nirmal
-
9 years ago
1
only numbers without dot
PCRE (PHP <7.3)
This regex will detect even a dot after the number
Submitted by
noby nirmal
-
9 years ago
1
Only numbers
PCRE (PHP <7.3)
if you input a number there is a match and if it is float there is no match
Submitted by
noby nirmal
-
9 years ago
1
xfd log - multi-pass non-optimized start->end times
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Phone number matcher
ECMAScript (JavaScript)
Country code 1
Submitted by
anonymous
-
9 years ago
1
Comic Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Website Truth Checker
PCRE (PHP <7.3)
Determine the truth of a given statement about internet services
Submitted by
Glen H.
-
9 years ago
0
Match special characters excl. unicode accented, _, -, and whitespace
ECMAScript (JavaScript)
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
-
9 years ago
1
check trailing slash domain
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
715
716
717
718
719
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(?<table>
[^
\.
]
+
)
\.
(?<column>
[^
\=
]
+
)
\=
?
(?<value>
[^
\,
]
+
)
/
ig
Open regex in editor
Description
no description available
Submitted by
Ranielly Ferreira
-
9 years ago