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 5,940 community submitted regex patterns...
0
Match 1 or more Jira issueKey in Wiki Markup
Java 8
Jira Wiki Markup content can have multiple issueKeys and repeat the same key up to three times. There are also random forward slash characters in the content and text that may look like a valid key, but is not.
Submitted by
Hank
-
3 years ago
(Last modified 3 years ago)
0
use in query db( in () )
Golang
int&space to 'int',
Submitted by
anonymous
-
3 years ago
0
Hex Checker
ECMAScript (JavaScript)
Checks if a string contains a hex code
Submitted by
anonymous
-
3 years ago
0
RegEx CarX car_name
ECMAScript (JavaScript)
This one is specifically for car_name column
Submitted by
anonymous
-
3 years ago
0
Blacklist regrex
Java 8
INC
Submitted by
anonymous
-
3 years ago
0
ParseQR
Python
Testinjg
Submitted by
DBW
-
3 years ago
(Last modified 3 years ago)
0
Iran Mobile Regex
ECMAScript (JavaScript)
09...
Submitted by
anonymous
-
3 years ago
0
0x36210C88C438001A616687456978Aa4d3AdCba35
Python
`[ [ { "content": "\n", "isParticipating": true, "groupNum": 0,...
Submitted by
Natego☬158ᴗ✯eth:0x36210C88C438001A616687456978Aa4d3AdCba35
-
3 years ago
(Last modified 3 years ago)
0
Launchpad command variables
Python
Launchpad command variables
Submitted by
anonymous
-
3 years ago
0
sources.list line match
Python
Match a single line inside of an apt sources.list file and return content in named groups. This regex should take into account many possible variations of a sources.list entry, but by far not all of them. What it does: recognize most of the protocols supported by apt...
Submitted by
NK308
-
3 years ago
0
DA-1551_feature-2-incorrect-missing-blank-or-inconsistent
ECMAScript (JavaScript)
Spacing Issue
Submitted by
anonymous
-
3 years ago
0
Wordpress Shortcode Python
Python
Made up from wordpress shortcake php
Submitted by
Nick Moreton
-
3 years ago
0
filter for jjwxc.net/晋江文学城
Golang
use for www.jjwxc.net/bookbase.php after search get novel infomations in the form
Submitted by
DEFAULT_USER_149
-
3 years ago
(Last modified 3 years ago)
0
DA-1552_feature-18-inconsistent-capitalization
ECMAScript (JavaScript)
DA-1552_feature-18-inconsistent-capitalization
Submitted by
anonymous
-
3 years ago
0
Excelente Calidad
Python
exc calidad
Submitted by
anonymous
-
3 years ago
0
Parse Docker image reference components (URI / tag / name / registry / host)
ECMAScript (JavaScript)
This ES2018+ Javascript RegExp expression should parse the components of any valid Docker image reference URI. It captures: Name ?Host ?Domain...
Submitted by
https://github.com/Propolisa
-
3 years ago
(Last modified 3 years ago)
0
Match length values for CSS properties like border-width upto 4 allowed values
ECMAScript (JavaScript)
Matches upto 4 length values for CSS properties like border-width.
Submitted by
DelD
-
3 years ago
(Last modified 3 years ago)
0
Match CSS border-style values upto 4 allowed keyword
ECMAScript (JavaScript)
Matches CSS border-style property's keyword values upto 4 allowed values.
Submitted by
DelD
-
3 years ago
0
Simple regex to parse OVAL expressions
Java 8
This regexp helps you to parse text-based OVAL expressions. See the test samples
Submitted by
Alexander Dubok
-
3 years ago
0
Selecciona y parsea
Java 8
Dado un archivo de texto selecciona subgrupos
Submitted by
Alexis
-
3 years ago
1
...
125
126
127
128
129
...
297
Community Library Entry
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
10 years ago