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 320 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name and ID in curly braces
.NET (C#)
For a string that starts with '{' and ends with '}' looks for a name and id value within the curly braces. The name group should be trimmed when used to remove leading and trailing whitespace. Ex. {Test10} will result in 2 groups being returned Group 1: Test Group 2: 10
Submitted by
Ryan Felton
-
2 years ago
2022-03-08 16:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match any pattern abc.def.***.uvw.xyz hackerRank
Java 8
This regex matches any pattern like in the title. HackerRank challenge modified.
Submitted by
anonymous
-
2 years ago
2022-03-17 19:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Наличие слова без учета регистра в тексте
.NET (C#)
Наличие слова без учета регистра в тексте
Submitted by
anonymous
-
2 years ago
2022-03-18 16:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gubas2549-knju@force.com
.NET (C#)
gubas2549-knju@force.com
Submitted by
Welcome to Gboard clipboard, any text you copy will be saved here.
-
2 years ago
2022-03-30 19:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Script Tag Json
.NET (C#)
asd
Submitted by
anonymous
-
2 years ago
2022-03-31 13:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove CDATA tags
.NET (C#)
no description available
Submitted by
anonymous
-
6 years ago
2017-06-27 17:22
(Last modified 5 months ago)
2023-07-19 20:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
List of email validation
.NET (C#)
Validate a list of emails separated by a semicolon. Supports emails with accents and other alphabets. Valid email: Abc@example.com;Abc.123@example.com;user+mailbox/department=shipping@example.com;éüöä^0@émäil.côm !#$%&'*+-/=?^_`.{|}~@example.com;"Abc@def"@example.com;"Fred Bloggs"@example.com;"Joe.\...
Submitted by
Mib
-
2 years ago
2022-04-04 10:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
NDC
.NET (C#)
parses all valid NDC codes with or without hyphens
Submitted by
joe.cox@fortyau.com
-
2 years ago
2022-04-08 19:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Migrate infoboxes in AWB: Music phase 1
.NET (C#)
Turn comma separated values in three deprecated parameters into template calls. (timestamp not considered yet)
Submitted by
anonymous
-
2 years ago
2022-04-10 20:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Migrate infoboxes in AWB: Music phase 3
.NET (C#)
Insert "|tracks=" before the first occurrence
Submitted by
anonymous
-
2 years ago
2022-04-10 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Migrate infoboxes in AWB: Music phase 2
.NET (C#)
Remove deprecated parameters
Submitted by
anonymous
-
2 years ago
2022-04-10 21:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
篩選MP Log Day
.NET (C#)
篩選MP Log Day
Submitted by
anonymous
-
2 years ago
2022-04-14 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
OS正则表达式
Java 8
zzx
Submitted by
zzx
-
2 years ago
2022-04-20 12:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DB
Java 8
DB
Submitted by
DB
-
2 years ago
2022-04-20 12:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
括号匹配
Java 8
(\[]\])|(【】)|(())|(\(\))
Submitted by
nasion
-
2 years ago
2022-04-21 11:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IP Address
Java 8
IP Address RegEx
Submitted by
anonymous
-
2 years ago
2022-04-24 15:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
匹配#结尾的电话号码和手机
Java 8
匹配#结尾的电话号码和手机
Submitted by
Leo
-
2 years ago
2022-04-26 03:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
#结尾的电话匹配
Java 8
#结尾的电话匹配
Submitted by
anonymous
-
2 years ago
2022-04-26 14:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
判断是否有非法字符(合法字符为数字+-# 以及{"0":0, "1":1}所包含的符号)
Java 8
判断是否有非法字符(合法字符为数字+-# |以及{"0":0, "1":1}所包含的符号) 能捕获的:包含汉字、英文字符、部分分割符(;、/)、各种括号的电话
Submitted by
Jiajian Ye
-
2 years ago
2022-04-26 14:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Missing copyright detector for Visual Studio (.NET)
.NET (C#)
Detects one match per file if that file is missing the expected copyright text. This works with Visual Studio IDE. If you are using Rider (PCRE2), you can replace both \b entries with \Q then \E
Submitted by
Kris Morness
-
2 years ago
2022-04-27 16:58
1
...
5
6
7
8
9
10
11
...
16
Valid date (DD-MM-YYYY) from 1900 to 2099
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
^
(
(
0
)*
[
1
-
9
]
|
1
[
012
]
|
3
[
01
]
)
-
(
(
0
)*
[
1
-
9
]
|
1
[
012
]
|
2
[
012
]
|
3
[
01
]
)
-
(
19
[
0
-
9
]
[
0
-
9
]
|
20
[
0
-
9
]
[
0
-
9
]
)
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Nevix-Sama
-
9 months ago
2023-02-24 19:28