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
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
VK Video URL Parser
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
XML Double Tag
no description available
Submitted by
Donovan
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Basic Achaea Full Prompt
matches a simple full prompt
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
rxPhones
rips all phones out of memo/text block stores by
Submitted by
dano
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Facebook Regex
Facebok
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Template Parsing
matches everything enclosed by double curly brackets.
Submitted by
Luca Zampetti
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
renaming movies
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
uk phone numbers
uk phone numbers
Submitted by
p4lhip
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
~ m|\:\/\/([^\/ ]+)|
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
PTN Ply Matching
PTN (Portable Tak Notation) is a format to transport the history of a played game of Tak. The body of PTN files consists of ordered lines of moves, each consisting of one or two plies. This pattern parses PTN move lines and groups interesting information in useful groups.
Submitted by
TreffnonX (Janis Schöck)
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
For regex replace: Removes last part of directory/filename
For example: /foldera/folderb/filename.txt?value=abc Selects: /foldera/folderb
Submitted by
RAussi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Selects fist directory path
For example: /foldera/folderb/filename.txt Result: foldera
Submitted by
RAussi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Selects full path without filename or query parameter
For example: /foldera/folderb/filename.txt?query=abc Result: /foldera/folderb/
Submitted by
RAussi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
small version of path select
Selects: /foldera/folderb/
Submitted by
RAussi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
phone
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Check for GUID/UUID
This pattern search case insensitive for a valid GUID: a combination of A-Z and 9-0 in four groups delimited by a dash: [8]-[4]-[4]-[4]-[12].
Submitted by
Fallon Turner
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
checks for valid filename
filename.txt Not: .filename.txt
Submitted by
RAussi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
date time stamps
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
time stamp english
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Convert an LDIF from DS A into LDIF in DS B in one Regex
If you need to convert an LDIF exported from one directory to an LDIF in another directory, replacing the DN and attr names from one to the other
Submitted by
anonymous
-
7 years ago
1
...
514
515
516
517
518
519
520
...
562
Moneda con string v3
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(
[
"'
]
?
)
(
\$
?
(
[
0
-
9
]
{1,3}
,
(
[
0
-
9
]
{3}
,
?
)*
[
0
-
9
]
{3}
|
[
0
-
9
]
{1,3}
)
(
(
.
[
0
-
9
]
{0,3}
)
[
0
-
9
]
{0,10}
)?
)
\1
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 years ago