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 12,120 community submitted regex patterns...
1
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
PARSE NUMBERS
PCRE (PHP <7.3)
any int, any int with decimal any int with comma delimited any int with comma delimited and decimal
Submitted by
amaroyche
-
9 years ago
1
Trick empty char
PCRE (PHP <7.3)
no description available
Submitted by
CROSP
-
9 years ago
1
Sign before number
PCRE (PHP <7.3)
no description available
Submitted by
Albion Liçi
-
9 years ago
1
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL Path Validation
PCRE (PHP <7.3)
Validates an url path that must begin with '/' and not contain special characters or repeated '/' [forward slashes]
Submitted by
rochmit10
-
9 years ago
1
testscript
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
GROUPS
PCRE (PHP <7.3)
YEAH
Submitted by
AWESOME
-
9 years ago
0
extract sql table name from request
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Name validator
PCRE (PHP <7.3)
Validates a first middle and last name with hyphens as a single string
Submitted by
Keith Johnson
-
9 years ago
1
Camel case string splitter
PCRE (PHP <7.3)
Splits CamelCase single string into separate strings. Can be used for transforming CamelCase to snake_case. Also works with numbers and capital letter shortcuts (e.g SomeWTFVariable1).
Submitted by
Nicolas
-
9 years ago
1
Empty string test
PCRE (PHP <7.3)
Regular for testing empty strings for validation purpose
Submitted by
anonymous
-
9 years ago
1
Grab valid LAN IPs
PCRE (PHP <7.3)
no description available
Submitted by
jchd
-
9 years ago
1
email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
contents of square brackets
PCRE (PHP <7.3)
eg. test[test Inner] returns 'test inner'
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
this is a test
Submitted by
anonymous
-
9 years ago
1
episode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Swap key and value in JavaScript object
PCRE (PHP <7.3)
This will allow you to swap key and value in a JavaScript object. So { language: "romanian" } will become { romanian: "language" }
Submitted by
Victor
-
9 years ago
1
-> Total_Business_Units -> TBU000 -> TBU200 -> TBU299 -> TBU201 -> TB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
524
525
526
527
528
...
606
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
[
a
-
zA
-
ZšŠčČćĆčČžŽ
]
{4,20}
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago