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
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
pcre2
Working With Data regex sample text
This is a sample text for use at my "Working With Data" workshop session on regular expressions.
Submitted by
anonymous
-
2 years ago
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
pcre2
Conventional Commits commit regex
https://www.conventionalcommits.org/en/v1.0.0/
Submitted by
Michael Collins
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Eide Chrysler New Goal
no description available
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Url regex
no description available
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Exclude particular word in phrase
this will exclude particular phrase from a line. means it will match only those line which dont have those word
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
LinuxOSVersion
no description available
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
From conf table to hive table
no description available
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
smargs
smargs not margins
Submitted by
rkatz
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
trailing commas remover
remove trailing commas on json
Submitted by
anonymous
-
2 years ago
-1
1 upvotes, 2 downvotes (33% like it) (You must be signed in to vote)
pcre2
T
T
Submitted by
me
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Mr Abdul Alim (m2a)
Hi. My name is Mr. Abdul Alim (m2a) in Bangladesh from district. Sirajgonj contract number (+8801882650050 htttps://www.example.com my property
Submitted by
mr abdul alim talukder
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
bl_regex_fees_types_2
guif
Submitted by
guif
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Convert numbers-only YYYYMMDD date to dash delineated YYYY-MM-DD
Convert numbers-only YYYYMMDD date to dash delineated YYYY-MM-DD
Submitted by
anonymous
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
1
1
Submitted by
anonymous
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
213
12312
Submitted by
anonymous
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
slug numeric
pattern to validate a slug with numbers
Submitted by
mestri.rodrigo
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
is
Hi it is me
Submitted by
anonymous
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Match Consonants
Use regex to test whether a letter is a consonant or not. Use /[B-DF-HJ-NP-TV-Z]/ for capitals.
Submitted by
Matthew Hiebing
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
Bluerose order-code
order-code 20220623-19563352 20220623-18261367 20220606-15484894 20220606-15484 20220606...
Submitted by
anonymous
-
a year ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
pcre2
IP6 Validator Address (Simple)
Short form validation of an IP6 address Less complex than other examples I have seen around
Submitted by
anonymous
-
7 months ago
1
2
3
4
...
99
UID
Vote
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
[
0
-
9a
-
f
]
{8}
-
[
0
-
9a
-
f
]
{4}
-
[
0
-
9a
-
f
]
{4}
-
[
0
-
9a
-
f
]
{4}
-
[
0
-
9a
-
f
]
{12}
$
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago