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...
0
Titulo da expressao
Created
·
2023-03-08 03:15
Flavor
·
Java
\w
Submitted by
anonymous
0
ip address
Created
·
2023-03-13 14:07
Flavor
·
Java
ip address regex
Submitted by
shyam
0
tas-branch-validation
Created
·
2023-03-16 10:07
Flavor
·
Java
tas-branch-validation
Submitted by
doron-hafner
0
Kyivstar phone number
Created
·
2023-03-19 17:11
Flavor
·
Java
Kyivstar phone number
Submitted by
milka_vlad
0
Take segments to string
Created
·
2023-03-24 13:05
Flavor
·
Java
Take segments to string
Submitted by
Lufram
0
Other segment
Created
·
2023-03-24 13:07
Flavor
·
Java
Other segments
Submitted by
Lufram
0
awdwa
Created
·
2023-04-05 06:29
Flavor
·
Java
dwa
Submitted by
dwa
0
section headers
Created
·
2023-04-05 23:05
Flavor
·
Java
ff
Submitted by
ff
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
Pick uuidValue from jSON payload
Created
·
2023-04-18 14:56
Flavor
·
Java
.
Submitted by
jeevan
0
test everything
Created
·
2023-04-23 00:40
Flavor
·
Java
hello
Submitted by
anonymous
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
Martch Letras y Parentesis
Created
·
2023-05-26 00:15
Flavor
·
Java
Martch Letras y Parentesis
Submitted by
Daniel Gonzalez
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
catch inner element
Created
·
2023-06-07 14:44
Flavor
·
Java
working regex for any
Submitted by
anonymous
0
detect inner function with recursiion
Created
·
2023-06-07 14:45
Flavor
·
Java
working for all not for java
Submitted by
anonymous
0
APA Citation v1
Created
·
2023-06-08 11:39
Flavor
·
Java
Parse APA v7 citations
Submitted by
mathias v
0
Java RegEx Group Test
Created
·
2023-06-08 12:04
Flavor
·
Java
Test
Submitted by
anonymous
0
Java RegExMatch Example
Created
·
2023-06-08 12:20
Flavor
·
Java
This is an example for stackoverflow
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
Previous page
1
…
9
10
11
Next page
Community Library Entry
1
Regular Expression
Created
·
2014-09-17 16:57
Flavor
·
PCRE (Legacy)
/
^.
*
,YEAR=
(
[
0
-
9
]
{4}
)
.
*
,MONTH=
(
[
0
-
9
]
{1,2}
)
.
*
DAY_OF_MONTH=
(
[
0
-
9
]
{1,2}
)
.
*
$
/
Open regex in editor
Description
Match date from calendar as string
Submitted by
anonymous