Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,820 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ESO
ECMAScript (JavaScript)
eso
Submitted by
KC
-
2 years ago
2021-07-31 13:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPv4 address
ECMAScript (JavaScript)
IPv4 address RegExp.
Submitted by
Sling
-
2 years ago
2021-07-31 10:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replace <font color="stuff"> <span> tag
ECMAScript (JavaScript)
This regex fixes tags that contain a color attribute, replacing them with tags containing a style attribute
Submitted by
Alecto Irene Perez
-
2 years ago
2021-07-31 06:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SamAccountName
PCRE2 (PHP >=7.3)
Test for valid ActiveDirectory SamAccountName
Submitted by
gareth
-
2 years ago
2021-07-30 21:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Username Match
PCRE2 (PHP >=7.3)
Username check. started only [a-z] and stoped [a-z0-9]
Submitted by
anonymous
-
2 years ago
2021-07-30 12:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Not ending with png
PCRE2 (PHP >=7.3)
Not ending with png
Submitted by
Archon
-
2 years ago
2021-07-30 06:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract words separated by specific words
PCRE2 (PHP >=7.3)
Extract words separated by specific words
Submitted by
Archon
-
2 years ago
2021-07-30 06:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cron regex
PCRE2 (PHP >=7.3)
cron regular expression
Submitted by
anonymous
-
2 years ago
2021-07-29 16:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CFF-definitions.swh-identifier
PCRE2 (PHP >=7.3)
Pattern for validating a definitions.swh-identifier value in the Citation File Format (CFF)
Submitted by
Stephan Druskat, Jurriaan H. Spaaks
-
2 years ago
2021-07-29 15:55
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
How do i use regex in google data studio to extract text between two characters?
ECMAScript (JavaScript)
For Mike Griffin
Submitted by
anonymous
-
2 years ago
2021-07-29 14:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CFF-definitions.reference.pmcid
PCRE2 (PHP >=7.3)
Pattern for validating a definitions.reference.pmcid value in the Citation File Format (CFF)
Submitted by
Stephan Druskat, Jurriaan H. Spaaks
-
2 years ago
2021-07-29 13:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CFF-definitions.reference.languages
PCRE2 (PHP >=7.3)
Pattern for validating definitions.reference.languages values in the Citation File Format (CFF)
Submitted by
Stephan Druskat, Jurriaan H. Spaaks
-
2 years ago
2021-07-29 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CFF-definitions.reference.issn
PCRE2 (PHP >=7.3)
Pattern for validating a definitions.reference.issn value in the Citation File Format (CFF)
Submitted by
Stephan Druskat, Jurriaan H. Spaaks
-
2 years ago
2021-07-29 12:54
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
CFF-definitions.reference.isbn
PCRE2 (PHP >=7.3)
Pattern for validating a definitions.reference.isbn value in the Citation File Format (CFF)
Submitted by
Stephan Druskat, Jurriaan H. Spaaks
-
2 years ago
2021-07-29 12:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find matched words
PCRE2 (PHP >=7.3)
find matched words
Submitted by
fajar
-
2 years ago
2021-07-29 07:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match all movie titles containing a word ending in 'tes'
PCRE2 (PHP >=7.3)
Regex quiz in python. Match all movie titles containing a word ending in 'tes'
Submitted by
Teddy Petrou
-
2 years ago
2021-07-28 18:44
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Reasonable E-mail Validator v1.0
PCRE2 (PHP >=7.3)
Here is what I came up with for a 'reasonable' e-mail validator. Explanation @ https://geekalicious.org/d/90-validating-e-mail-addresses-with-regex-pcre
Submitted by
16BitMiker.com
-
2 years ago
2021-07-28 16:05
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Custom Array Type Declaration Finder
ECMAScript (JavaScript)
This Regex can be used to find the custom array types in jsdoc typdefs
Submitted by
pranomvignesh
-
2 years ago
2021-07-28 13:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Todo
ECMAScript (JavaScript)
Regex to match consecutive identical characters. Then replace each match with `` Eg: "Hello" will yield "H1e1l2o1"
Submitted by
Chief A
-
2 years ago
2021-07-28 09:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
validate Page range input
ECMAScript (JavaScript)
Given an iput of page range by the user, validate if the input matches an acceptable format.
Submitted by
Anwesh Gangula
-
2 years ago
2021-07-28 07:22
1
...
126
127
128
129
130
131
132
...
291
KUN task name tempalte
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
`
(
另类
|
基础
|
应用
)
.
{1,10}
`
(
从
(
Mongo
|
MDA
|
CSR
|
东财
|
SnP
|
Google
Sheet
)
导入
|
计算
|
(
DEV
|
PROD
)
导出到
(
PG
|
Arango
|
ES
|
MDA
)
|
导出到Google
Sheet
)
:
(
[^
]
+
\.
[^
]
+
)
(
,
[^
]
+
\.
[^
]
+
)*
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
yimao
-
2 years ago
2021-06-17 03:38