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 community submitted regex patterns...
0/512
-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
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
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
0
Cover dates from 2009 and older in French format and English
Created
·
2023-06-19 17:38
Flavor
·
Java
Covering Dates starting from year 2009 and older in French and English Some of the valid Dates format April 2nd 2008 April 2 2008 April 02 2008 2009-01-01 31-03-2009 03-31-2009 31 March 2009 March 31 2009 31 mars 2009 May 10th 1989 April 2nd 2008 2009.01.01 2009 1 31 31st december 2009 31 décembre 2009 31 Decembre 2009 2009/02/01 2009.01.01 2009 01 01 31 03 2009 12 31 2009
Submitted by
Francois-Alexandre Valade-Casaubon
0
Java RegExMatch Example
Created
·
2023-06-08 12:20
Flavor
·
Java
This is an example for stackoverflow
Submitted by
anonymous
0
Java RegEx Group Test
Created
·
2023-06-08 12:04
Flavor
·
Java
Test
Submitted by
anonymous
0
APA Citation v1
Created
·
2023-06-08 11:39
Flavor
·
Java
Parse APA v7 citations
Submitted by
mathias v
0
detect inner function with recursiion
Created
·
2023-06-07 14:45
Flavor
·
Java
working for all not for java
Submitted by
anonymous
0
catch inner element
Created
·
2023-06-07 14:44
Flavor
·
Java
working regex for any
Submitted by
anonymous
0
JabRef biblatex alphabetic adaption
Created
·
2023-06-06 15:00
Updated
·
2023-06-06 16:27
Flavor
·
Java
A regex used to emulate the biblatex alphabetic citation key style in JabRef: https://discourse.jabref.org/t/use-field-markers-in-regex-for-citation-key-generator/3842
Submitted by
anonymous
0
Martch Letras y Parentesis
Created
·
2023-05-26 00:15
Flavor
·
Java
Martch Letras y Parentesis
Submitted by
Daniel Gonzalez
0
SUPPL REGEX
Created
·
2023-05-02 16:38
Updated
·
2023-05-12 16:02
Flavor
·
Java
Regex to get only information in the SUPPL subdirectory
Submitted by
O'Connor
0
test everything
Created
·
2023-04-23 00:40
Flavor
·
Java
hello
Submitted by
anonymous
0
Pick uuidValue from jSON payload
Created
·
2023-04-18 14:56
Flavor
·
Java
.
Submitted by
jeevan
0
Split up text to 40 signs
Created
·
2023-04-13 13:21
Flavor
·
Java
This splits a text into sequences of max. 40 chars, concatting with a pipe
Submitted by
anonymous
0
section headers
Created
·
2023-04-05 23:05
Flavor
·
Java
ff
Submitted by
ff
0
awdwa
Created
·
2023-04-05 06:29
Flavor
·
Java
dwa
Submitted by
dwa
0
Other segment
Created
·
2023-03-24 13:07
Flavor
·
Java
Other segments
Submitted by
Lufram
0
Take segments to string
Created
·
2023-03-24 13:05
Flavor
·
Java
Take segments to string
Submitted by
Lufram
Community Library Entry
0
Regular Expression
Created
·
2017-07-17 19:50
Flavor
·
PCRE (Legacy)
/
.
*
\d\s
(
\d
+
-
\d
+
-
\d
+
T
\d
+
:
\d
+
:
\d
+
)(
\+
\d
+
:
\d
+
)
\s.
*?
\s
(
\d
+
,
\d
+
\/
\d
+
\/
\d
+
)
.
*?
.
*?
.
*?
(
\d
+
:
\d
+
:
\d
+
)
,
\d
+
,THREAT,
(
url
)
,
(
\d
+
,
\d
+
\/
\d
+
\/
\d
+
\d
+
:
\d
+
:
\d
+
)
,
(
\d
+
\.
\d
+
\.
\d
+
\.
\d
+
)
,
.
*
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous