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
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Months (ID/ENG)
.
Submitted by
Virtuozs
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Dimensions
Regex to match dimensions
Submitted by
intern_of_the_year
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Fetch "text A (text B)" or "text A (text B (text C))"
How do I extract then some text A, some text B and some text C if they are in the format some text A ( some text B ( some text C)) Please mind that in some cases may be only some text A ( some text B)...
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
España - CIF = NIF jurídico (normativa a Sep 2021)
Creo que no me he dejado ningún caso. Cuenta también con el caso en que los 2 primeros números son 00, que admite dígito de control de tipo letra sea cual sea la letra inicial (naturaleza jurídica).
Submitted by
Raúl Moreno Bello
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Email Validation Pattern
Email Validation Pattern
Submitted by
Aslam Anver
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Host sanity check
Super dumb sanity check for valid host
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Regex Test on Slashes
A regex test for filepaths.
Submitted by
anonymous
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Email
Regex simples para verificação de email
Submitted by
anonymous
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Parse CISCO NEXUS 9xxx/5xxxx show inventory output w/o | json modifier
Parse CISCO NEXUS 9xxx/5xxxx show inventory output w/o | json modifier. Nexus 9xxxx don't have the json output modifier. It's a LINUX based os, so | json would fork a json binary which doesn't exist
Submitted by
skalef
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Nextcloud client log line parse
Splits the parts of a line in the log of the Nextcloud sync client into usable fragments
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Extracting Multiline Address
Extracts multiline address into individual parts
Submitted by
anonymous
-
2 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
UUID 4
Detects any UUID 4 strings
Submitted by
ShadowNox
-
2 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Grabify URL Detector
Detects any Grabify IP tracker links
Submitted by
ShadowNox
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
ew
ee
Submitted by
anonymous
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Rècupère les différents liens de nitro discord
Rècupère les différents liens de nitro discord
Submitted by
M1000.fr#0008
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Rècupère les différents liens d'invitation de serveur discord
Rècupère les différents liens d'invitation de serveur discord
Submitted by
M1000.fr#0008
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
ISO style date
yyyy/mm/dd
Submitted by
Russ Ferriday - from a Docusign template
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
US Style Date - from Docusign template
mm/dd/yyyy
Submitted by
Russ Ferriday, based on customer docusign template
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
UK style date
dd/mm/yyyy
Submitted by
Russ Ferriday, from Docusign templates
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Don't match numbers longer than 5 length
using ^ and $
Submitted by
anonymous
-
2 years ago
1
...
96
97
98
99
100
101
102
...
220
Remove specified entry from etcd configuration
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
python
r"
(
(?:
^
ETCD_INITIAL_CLUSTER=
)
(?:
[
a
-
z0
-
9-.
]
{10,}
=https:
\/\/
[
0
-
9
]
+
(?:
\.
[
0
-
9
]
+
){3}
:2380,
?
){0,2}
)
(
,
?
app-failedhost-eeeeeeeeee
.
node
.
consul=https:
\/\/
[
0
-
9
]
+
(?:
[
.
]
[
0
-
9
]
+
){3}
:2380,
?
)
(
(?:
,
?
[
a
-
z0
-
9-.
]
{15,}
=https:
\/\/
[
0
-
9
]
+
(?:
\.
[
0
-
9
]
+
){3}
:2380,
?
){0,2}
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
stephenwb
- 2 years ago