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 100 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Discord Message JSON
.NET (C#)
Regex for a Discord Message as JSON Example JSON for Regex: { "id": "1145344233713188874",...
Submitted by
Deniz-seckin55
-
3 months ago
2023-08-28 15:32
(Last modified 3 months ago)
2023-08-28 16:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Funny Discord Thing
.NET (C#)
Submitted by
Deniz-seckin55
-
3 months ago
2023-08-28 15:43
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Simple URL validation
.NET (C#)
Validates protocol, sub-domain, domain, and top-level domain. No port number and query string parameters validation is made.
Submitted by
anonymous
-
a month ago
2023-10-27 11:27
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Initializing identifiers
.NET (C#)
Initializing identifiers
Submitted by
anonymous
-
a month ago
2023-11-04 12:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Chercher un Prénom ou un Nom
.NET (C#)
no description available
Submitted by
anonymous
-
7 years ago
2016-09-07 06:13
(Last modified 5 months ago)
2023-07-20 05:13
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
MMM DDD YYYY
.NET (C#)
FEB MON 2023
Submitted by
anonymous
-
10 months ago
2023-02-06 12:42
-2
0 upvotes, 2 downvotes (score 0%) (You must be signed in to vote)
Parsing result of SQL Server version (SELECT @@VERSION)
.NET (C#)
Parses MS SQL Server version returned from executing SELECT @@version
Submitted by
M Rivas
-
10 months ago
2023-02-15 21:12
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)
Наличие слова без учета регистра в тексте
.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)
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
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
E-mail
.NET (C#)
My first simple e-mail validator regex :)
Submitted by
anonymous
-
2 years ago
2022-04-30 21:44
1
2
3
4
5
Funny Discord Thing
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
.NET (C#)
@"
<
(
@
|
#
|
/
|)
[
0
-
9
]
{18}
>
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Deniz-seckin55
-
3 months ago
2023-08-28 15:43