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
Вся строка начиная со слова
PCRE2 (PHP >=7.3)
а
Submitted by
anonymous
-
3 years ago
0
comic script seperate PANEL, DIALOG, action div class
PCRE2 (PHP >=7.3)
orignal question and image: https://www.reddit.com/r/regex/comments/q8igd4/how_can_i_group_the_second_green_group_end_of/hgpydig/?context=3
Submitted by
anonymous
-
3 years ago
1
11
Java 8
11
Submitted by
11
-
3 years ago
0
Another WordPress Classified Plugin Date Conversion
PCRE2 (PHP >=7.3)
Convert your date from yyyy-mm-dd to mm/dd/yyyy and your time from hour:minute:second to hour:minute. You can manipulate the data further with your own function.
Submitted by
anonymous
-
3 years ago
0
Telephone numbers for Spain, national calls. Ver.2
PCRE2 (PHP >=7.3)
It validates the phone numbers for Spain, national calls. Only digit number format, without spaces, dots nor dashes. This second version allows a empty string. OK: 630222544 941641893...
Submitted by
sajime
-
3 years ago
1
Email Address subdomains support
ECMAScript (JavaScript)
It checks email addresses supporting subdomains name@gmail.com name.surname@fda.gov name_surmna05@kernel.org name-surname@redaktion.derspiegel.de...
Submitted by
anonymous
-
3 years ago
0
Regex that matches laughter interjections in Spanish
Python
Regex that matches laughter interjections in Spanish
Submitted by
alexcg
-
3 years ago
0
Mammars tumour dx
PCRE2 (PHP >=7.3)
identifying mammary tumour diagnosis
Submitted by
Georgia Salmon
-
3 years ago
0
IBAN Ukraine
PCRE2 (PHP >=7.3)
Checcking IBAN number for Ukraine
Submitted by
anonymous
-
3 years ago
0
muliti json replace
ECMAScript (JavaScript)
replace multi json for vscode
Submitted by
anonymous
-
3 years ago
0
Regex for only alphabets
PCRE (PHP <7.3)
Regex for only alphabets
Submitted by
anonymous
-
3 years ago
0
Find text between two words
PCRE2 (PHP >=7.3)
Find text between two words
Submitted by
suha a
-
3 years ago
0
argon2 string format
ECMAScript (JavaScript)
Based on phc string format specification: https://github.com/P-H-C/phc-string-format/blob/master/phc-sf-spec.md
Submitted by
opliko
-
3 years ago
0
phone number
ECMAScript (JavaScript)
\+(374)\s{1}([)]\s{1}\d{2}[-]{1}\d{2}[-]{1}\d{2}$ +374 (98) 11-11-11
Submitted by
anonymous
-
3 years ago
0
regex
Python
xx
Submitted by
anonymous
-
3 years ago
-1
test
Python
d
Submitted by
anonymous
-
3 years ago
0
Match all brackets/parens only
PCRE2 (PHP >=7.3)
Match all brackets and nothing else: [] {} ()
Submitted by
anonymous
-
3 years ago
0
Valid IBAN within any SEPA country (2021-10)
PCRE2 (PHP >=7.3)
This regex validates whether an IBAN is valid, it only considers IBAN from countries within the SEPA area. Specifications: https://www.iban.com/structure
Submitted by
Vadorequest
-
3 years ago
0
parse unnecessary JSX braces
ECMAScript (JavaScript)
https://marketplace.visualstudio.com/items?itemName=zachhardesty.vscode-simple-javascript-refactorings
Submitted by
Zach Hardesty
-
3 years ago
(Last modified 3 years ago)
0
Non self closing opening HTML tag
ECMAScript (JavaScript)
Matches all opening HTML tags that are not self closing
Submitted by
Obihan
-
3 years ago
1
...
189
190
191
192
193
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
[^
\s
]
{4,}
/
gm
Open regex in editor
Description
Here, we would add a quantifier to a simple char class in an expression such as:
Submitted by
anonymous
-
5 years ago