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
-
3 months ago
-1
1 upvotes, 2 downvotes (33% like it) (You must be signed in to vote)
golang
rtrtr
gtgtg
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
aprs
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Action Rec
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Find DevExpress Assembly References
no description available
Submitted by
anonymous
-
5 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Table Stage 1
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Table Stage Two
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Parse tables in SQL Dump
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Parse fields of SQL Dump
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
My lib
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
espacios antes
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
gitlab-push-rules-prohibited-file-names-regex
GitLab Push Rules Citation Push rules are essentially pre-receive Git hooks that are easy to enable in a user-friendly interface. They are defined globally if you are an admin or per project so you can have different rules applied to different projects depending on your needs. 1 ...
Submitted by
gregswindle
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
prepareTicket_closing
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Phone
Phone Number
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Gitlab push rule enforcing commits to follow the "Conventional Commit" specification (used for ex. in Angular ...)
More and more project use the "Conventional Commit" specification. As it allows some nice toolchain automations in projects you might want to enforce it in gitlab. May work in other git portals too
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
issue lookbehind
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Splitter ES
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Split full name to last, middle, last
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
eleveo
no description available
Submitted by
anonymous
-
4 years ago
1
2
3
4
...
14
Names from Wikipedia List
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
dotnet
@"
^
(
(
[
[a
-
zA
-
Z
\p{L}
\.\-
'
]
{1,30}
)
(
\s
)
)
(
(
[
a
-
zA
-
Z
\p{L}
\.\-
'
]
{1,30}
)
(
\s
)
)?
(
[
[a
-
zA
-
Z
\p{L}
\.\-
'
]
{1,30}
)
(
\s
)?
(
\(
[
a
-
zA
-
Z
\p{L}
\.\-
'
\s
]
{1,50}
\)
)?
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Brian Kozub
- 7 months ago