Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
dotnet
MMM DDD YYYY
FEB MON 2023
Submitted by
anonymous
-
4 months ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
dotnet
Parsing result of SQL Server version (SELECT @@VERSION)
Parses MS SQL Server version returned from executing SELECT @@version
Submitted by
M Rivas
-
4 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
SSID Pattern
Length must be 7 digits Every character must be an integer
Submitted by
Abhi Reddy
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
P4 file info
just p4 file command output match
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
CAN regex
n
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Names from Wikipedia List
Matches all names in a Wikipedia List, excluding names with suffixes (eg. Jr., III, PhD, etc.) or multiple middle names.
Submitted by
Brian Kozub
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Task6.1
simple mail regex
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Task6.2
Telephone number regex
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Remplazar contenido
Remplazar contenido
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
TAP Result Log issue
This might help you to not miss some because the (.....), is dependent on the length.
Submitted by
Darwin Subramaniam
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Enum map to test cases
.
Submitted by
DenKu1
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
myRegEx
myRegEx
Submitted by
Avinash
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Sanitize percentage input into bare real number
Turn "123,456 %" into just "123.456"! Mainly for use in C# to parse percentage as string into double. Strip away whitespace Replace comma with decimal point Only allow valid numeric input multiple commas or decimal points won't match...
Submitted by
Moravuscz
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Semantic Version (semver)
.NET version of the Python regex found on https://semver.org/
Submitted by
semver.org,Jeff Jacobson
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
BI/CC
Verificação do número de BI/CC
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Email address validator - ASCII standard
Checks whether the string is a valid email address per ASCII.
Submitted by
rotors6472
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Obsidian Internal Link
Provides parsing w/ named variables for Obsidian-flavoured Markdown wikilinks.
Submitted by
Sakura Akeno Isayeki
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Permiso CRE SAT México
Valida clave o permiso de la CRE
Submitted by
Omar Chávez / Documentación SAT - Comeplemento Nacional CFDIs
-
5 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
French Insurance Number
French Insurance Number
Submitted by
Dohts
-
5 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
fix plot histogram calls
k
Submitted by
anonymous
-
5 months ago
1
2
3
4
5
Semantic Version (semver)
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
dotnet
@"
^
(?<major>
0
|
[
1
-
9
]
\d
*
)
\.
(?<minor>
0
|
[
1
-
9
]
\d
*
)
\.
(?<patch>
0
|
[
1
-
9
]
\d
*
)
(?:
-
(?<prerelease>
(?:
0
|
[
1
-
9
]
\d
*
|
\d
*
[
a
-
zA
-
Z-
]
[
0
-
9a
-
zA
-
Z-
]
*
)
(?:
\.
(?:
0
|
[
1
-
9
]
\d
*
|
\d
*
[
a
-
zA
-
Z-
]
[
0
-
9a
-
zA
-
Z-
]
*
)
)*
)
)?
(?:
\+
(?<buildmetadata>
[
0
-
9a
-
zA
-
Z-
]
+
(?:
\.
[
0
-
9a
-
zA
-
Z-
]
+
)*
)
)?
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
semver.org,Jeff Jacobson
- 6 months ago