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...
0
3 digits + M
PCRE2 (PHP >=7.3)
I've used this for filtering files which are bigger than 100 M and smaller than 1 GB
Submitted by
anonymous
-
2 years ago
0
partnkey value
Java 8
Extract value partn_key
Submitted by
anonymous
-
2 years ago
0
Slurs
PCRE2 (PHP >=7.3)
Not made with ill intentions.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
BI/CC
.NET 7.0 (C#)
Verificação do número de BI/CC
Submitted by
anonymous
-
2 years ago
0
TXN ID
PCRE2 (PHP >=7.3)
VIL ID
Submitted by
anonymous
-
2 years ago
0
Importing Confluence Application Logs to Amazon Athena
PCRE (PHP <7.3)
Though in Athena you would need two backslash instead of one as listed above in Regex. expression in Athena. "input.regex" = '^(.?) (.?) (.?) \\[(.?)\\] \\[(.*?)\\] (.+)$'
Submitted by
Chirag Parikh
-
2 years ago
0
Identify and group Certificate and Private Key from a combination PEM file
PCRE2 (PHP >=7.3)
Identify and group Certificate and Private Key from a combination PEM file
Submitted by
@rbleattler
-
2 years ago
0
Get IP adress from proxy scrapper
PCRE2 (PHP >=7.3)
Get the IP Address and port from the proxybroker report "bluet/proxybroker2"
Submitted by
anonymous
-
2 years ago
0
Bad Markdown Links matcher
ECMAScript (JavaScript)
// Expecting this is a string, will try to replace md links // in wrong format: // [link nowhere] or [link] // to just link nowhere or link
Submitted by
diegoaguilar
-
2 years ago
0
Matches filenames in urls
ECMAScript (JavaScript)
Filenames in urls
Submitted by
anonymous
-
2 years ago
0
Email address validator - ASCII standard
.NET 7.0 (C#)
Checks whether the string is a valid email address per ASCII.
Submitted by
rotors6472
-
2 years ago
0
Match filenames in URLS (updated)
ECMAScript (JavaScript)
Match filenames in URLS (updated)
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Pig Latin
PCRE2 (PHP >=7.3)
Group first character and remaining word and flip order
Submitted by
anonymous
-
2 years ago
0
ipv4 addresses
Python
Valid ip addreses
Submitted by
anonymous
-
2 years ago
0
A Fast Way to Redeem All Jingle Jam Steam Codes
PCRE2 (PHP >=7.3)
Paste the text of your email in the "TEST STRING" text box. Then click
Submitted by
Mii415
-
2 years ago
0
Vivaldi
PCRE2 (PHP >=7.3)
Vivaldi
Submitted by
anonymous
-
2 years ago
0
Find unmatched smart quotes or bad quotes
PCRE2 (PHP >=7.3)
Finds all unmatched smart quotes, double and single, but ignores close single smart quote when used as an apostrophe.
Submitted by
Rich Meng
-
2 years ago
0
Matches ISBN-10 or ISBN-13 in any text (separator can be space or -)
PCRE2 (PHP >=7.3)
Matches ISBN-10 or ISBN-13 in any text (separator can be space or -). You still need to use code to compute checksum using the last digit to validate.
Submitted by
anonymous
-
2 years ago
0
Тестовая строка
ECMAScript (JavaScript)
Здесь можно тренироваться с регулярками
Submitted by
anonymous
-
2 years ago
0
Split Http(s) Response
PCRE2 (PHP >=7.3)
Split Http(s) Response
Submitted by
anonymous
-
2 years ago
1
...
854
855
856
857
858
...
900
Community Library Entry
0
Regular Expression
.NET 7.0 (C#)
@"
^
(
\d
{9}
)
(
[
a
-
zA
-
Z
]
{2}
)
\d$
"
mg
Open regex in editor
Description
Verificação do número de BI/CC
Submitted by
anonymous
-
2 years ago