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)
golang
UK address extract the Postcode
for demo 2019/09/30
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
More complete UK address from psql
for demo 2019/09/30
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
golang
Address
for the demo 2019/09/27
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
MAINTBOOK
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
outgroup-extracting last bootstrap vals.
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
outgroup-extracting last bootstrap vals.
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
regex for the outgroup
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Regex for apes
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Hylobatidae's clade
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
sexxx & xxx
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
URL match with any protocol like http,ftp, etc..
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PSMA
PSMA interview code challenge
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
sportsstreams
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
2d to in 2 days
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
گرفتن قیمت
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
گرفتن نوع
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
گرفتن نوع
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Box Live
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Box Live
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
only one space between words
no description available
Submitted by
anonymous
-
4 years ago
1
...
152
153
154
155
156
157
158
...
210
Facebook: parse page name from url
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
python
r"
(?i)
^
(?:
.
+
)?
(?:
facebook
|
fb
)
.
(?:
[
a
-
z
\.
]
{2,6}
)
(
/pages
|
/pg
|
/group
[
s
]
)?
/
(
[^
/
]
+
)
(?:
/
|
$
)
"
g
Open regex in editor
Description
Loading markdown...
Submitted by
cx
- 5 years ago