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,020 community submitted regex patterns...
0
jvm core dump grab
Golang
no description available
Submitted by
anonymous
-
7 years ago
0
Delimitados por punto y coma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Get MultipleCheckbox parameter
PCRE (PHP <7.3)
Return all get checkbox parameters. String: tx_example%5Bfilter%5D%5BfilterIndustry%5D%5B0%5D=2 &tx_example%5Bfilter%5D%5BfilterIndustry%5D%5B1%5D=6&cHash=0bc48e5ae84ndb2705e9297feecd3a84 Will find: tx_example%5Bfilter%5D%5BfilterIndustry%5D%5B0%5D=2 and split this to...
Submitted by
anonymous
-
7 years ago
0
'$1',
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Settlement statement transformation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Windows Security Log Event ID 4624
PCRE (PHP <7.3)
An account was successfully logged on
Submitted by
anonymous
-
7 years ago
0
Windows Security Log Event ID 4625
PCRE (PHP <7.3)
An account failed to log on
Submitted by
anonymous
-
7 years ago
0
Windows Security Log Event ID 4634
PCRE (PHP <7.3)
An account was logged off
Submitted by
anonymous
-
7 years ago
0
Windows Security Log Event ID 4647
PCRE (PHP <7.3)
User initiated logoff
Submitted by
anonymous
-
7 years ago
0
Windows Security Log Event ID 4740
PCRE (PHP <7.3)
A user account was locked out
Submitted by
anonymous
-
7 years ago
0
Windows Security Log Event ID 4767
PCRE (PHP <7.3)
A user account was unlocked
Submitted by
anonymous
-
7 years ago
0
Powershell function declaration
PCRE (PHP <7.3)
Powershell function declaration (first line)
Submitted by
@turboBasic
-
7 years ago
0
EEG pipeline filename
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
memberOf list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Password matcher
PCRE (PHP <7.3)
The password must have between six and ten word characters \w It must include at least one lowercase character [a-z] It must include at least three uppercase characters [A-Z] It must include at least one digit \d
Submitted by
anonymous
-
7 years ago
0
nlp homework1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Pipe Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
StackExchangeScraper1
PCRE (PHP <7.3)
StackExchangeScraper1
Submitted by
anonymous
-
7 years ago
0
StackExchangeScraper2
PCRE (PHP <7.3)
StackExchangeScraper2
Submitted by
anonymous
-
7 years ago
0
StackExchangeScraper3
PCRE (PHP <7.3)
StackExchangeScraper3
Submitted by
anonymous
-
7 years ago
1
...
438
439
440
441
442
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
a
-
zA
-
Z-0
-
9
]
+
(
(
;
\S
?
){1}
[
a
-
zA
-
Z-0
-
9
]
+
)*
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago