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
Css Splitter
Splits the css code into two blocks. (comments|selector block)
Submitted by
@Silent_Coder
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
BIGipServerPool Parsing
Parse for the BIGipServerPool set by F5 load balancers
Submitted by
Nathan Baker
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Käyttäjätunnus
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
SIP Address Validator
Validates SIP(Session Initiation Protocol) Addresses
Submitted by
Tarun Telang
-
8 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
paren strip test
paren strip test
Submitted by
marie bacuno
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Find any version of US country name in address string
Given a string that represents a location in the USA, find any version of the USA country name as one would expect at the end of that string. Does not match on if it finds it elsewhere such as a freeway name or the "us" in the city of "Russellville".
Submitted by
Bobby
-
8 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Tele
no description available
Submitted by
Alpha
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Regex to replace alert
foo
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
deviantart scrape search results
Scrape DeviantArt's search page HTMl to extract the category, the id, the user and the image url of each post.
Submitted by
nelieru
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Parse Portuguese Frequency dictionary
The following is a dictionary of 4991 portuguese words ordered by frequency. I need the file to have just number of line and word like the following 11 lines of example. So I need to delete all lines that don't start with a number and delete everything after number and word. Also delete all lines wi...
Submitted by
alfacent
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Achar dominios
no description available
Submitted by
BrineDev
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
win path
no description available
Submitted by
Dragan
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
Matches first word
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
aliexpres
test z wyrażeniem regularnym
Submitted by
diox
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
hhh
Fghh
Submitted by
ggj
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Jeny
132
Submitted by
Renderlife
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
hashtag and user tag regex
This regular expression can be used to find tags and hashtags in a string. It assumes that a username can contain both underscores and points (.) and that hashtags can only contain letters
Submitted by
Luca Simonetti
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
replace &ldquo with doublequotes
replace tag with doublequotes regex
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
Numer telefonu
no description available
Submitted by
p.borecki
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Numer telefonu
no description available
Submitted by
anonymous
-
8 years ago
1
...
549
550
551
552
553
554
555
...
585
reference
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
(
(
[
A
-
Z.
]
+
\.
)
\s
(
[
A
-
z
]
+
)
(?:
,
\s
)
){1,}
)
(
[^
,
]
[
A
-
z
\s\W
]
+
)
(?:
,
\s
)
(
[^
,
]
[
A
-
z
\s\W
]
+
)
(?:
\s
)
(
[
0
-
9
]
{1,3}
)
\(
(
[
0
-
9
]
{1,2}
)
\)
(?:
,
\s
)
\(
(
\d
{4}
)
\)
(
(
[
0
-
9
]
{1,3}
)
–
(
[
0
-
9
]
{1,}
)
)
.
/
Open regex in editor
Description
Loading markdown...
Submitted by
karthikeyan
- 8 years ago