Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 220 community submitted regex patterns...
-2
Ascending and Descending order
Created
·
2023-07-17 15:51
Flavor
·
Java
This regex is to match Ascending or descending order of 8 digit number
Submitted by
anonymous
-1
Dart relative import
Created
·
2023-07-11 13:37
Flavor
·
Java
find dart relative import path
Submitted by
sagarpanchal
-1
Capturing groups with suffix
Created
·
2023-07-17 08:05
Flavor
·
Java
Capturing the content of column names which are duplicate in nature to extract the actual name and suffix ("right" / "left")
Submitted by
anonymous
-1
IPv4 Matcher
Created
·
2021-03-24 16:23
Flavor
·
Java
This RE is divided into four parts. The first three parts are acceptable numbers from 0 to 255 followed by "." The last part is an acceptable number but not followed by "."
Submitted by
EMAM1999
0
Regular expression for extracting HTML tag attributes
Created
·
2014-12-07 08:25
Updated
·
2023-07-21 11:48
Flavor
·
Java
no description available
Submitted by
Amir Arian
0
Bash (sed)
Created
·
2016-06-22 06:56
Updated
·
2023-07-20 08:08
Flavor
·
Java
no description available
Submitted by
anonymous
0
ПОДЛЕСОК
Created
·
2020-10-23 15:21
Updated
·
2024-07-14 13:04
Flavor
·
Java
no description available
Submitted by
anonymous
0
Fund - Arriving in Kathmandu
Created
·
2021-04-02 11:20
Flavor
·
Java
Simple regex for Softuni
Submitted by
anonymous
0
笔试
Created
·
2021-04-04 13:16
Flavor
·
Java
笔试字符串检查regex
Submitted by
bgst009
0
Alien Registration Number
Created
·
2021-04-19 23:56
Flavor
·
Java
Alien Registration Number
Submitted by
anonymous
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Created
·
2021-05-01 13:13
Flavor
·
Java
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
0
OmegaT exercise: separators in figures (en -> es)
Created
·
2021-05-09 18:18
Flavor
·
Java
Replace thousand and decimal separators
Submitted by
anonymous
0
OmegaT exercises
Created
·
2021-05-09 18:23
Flavor
·
Java
OmegaT exercises
Submitted by
msoutopico
0
Regex to replace path in apache rewrite
Created
·
2021-05-15 05:30
Updated
·
2021-05-15 05:32
Flavor
·
Java
This regex convert following text: /research/the-123s-of-school-choice/ INTO: /research-library/?report=the-123s-of-school-choice
Submitted by
Suman Maharjan
0
Email Regex
Created
·
2021-05-15 07:48
Flavor
·
Java
Regex to capture email from Text
Submitted by
Suman Maharjan
0
Regex to capture AlphaNumeric String of 7 or 11 length(Must contain at least one Alphabet and Must contain at least one Numeric)
Created
·
2021-05-21 07:54
Flavor
·
Java
Regex to capture AlphaNumeric String Length should be 7 or 11 Must contain at least one Alphabet Must contain at least one Numeric
Submitted by
Suman Maharjan
0
my regex
Created
·
2021-05-23 03:15
Flavor
·
Java
test
Submitted by
anonymous
0
http{s} non-capturing regex kotlin
Created
·
2021-05-31 06:57
Flavor
·
Java
This is a kotlin implementation of a http{s} protocal check for when routing
Submitted by
yugely
0
Kotlin FTP Proto Check
Created
·
2021-05-31 07:03
Flavor
·
Java
ftpProtoCheck
Submitted by
anonymous
0
Therapi param type name fix
Created
·
2021-06-03 21:57
Flavor
·
Java
This regex extracts only the param type and omits any prefixed annotations included in the name.
Submitted by
anonymous
Previous page
1
2
3
…
11
Next page
Community Library Entry
0
Regular Expression
Created
·
2019-07-16 16:40
Flavor
·
ECMAScript (JavaScript)
/
^
\/
(?<CONYY>
\w
{3,}
\d
{2}
)(
\/
resources
)*(
\/
?
|
(
\/
)*
|
(?<FILE>
\/
index
\.
html
)
)
$
/
gm
Open regex in editor
Description
Replaces strings matching a URL pattern
Submitted by
anonymous