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
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
javascript
remove facebook urls from html
This will remove all facebook urls from a HTML string
Submitted by
Russell Miller
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
Match email addresses and get the mail provider as a group
no description available
Submitted by
Ole
-
8 years ago
-3
4 upvotes, 7 downvotes (36% like it) (You must be signed in to vote)
pcre
RegEX for account code starting with 000-
no description available
Submitted by
Joe H
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
Telephone
Find Telephone
Submitted by
Mr.Fail
-
8 years ago
-3
0 upvotes, 3 downvotes (0% like it) (You must be signed in to vote)
pcre
iOS.Strings
no description available
Submitted by
anonymous
-
8 years ago
-3
5 upvotes, 8 downvotes (38% like it) (You must be signed in to vote)
pcre
FQDN Fully Qualified Domain Name
no description available
Submitted by
Rafael Justo and Mauro Trajber
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
ipv4 - short version
no description available
Submitted by
gromozeka
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
UpperCase words
no description available
Submitted by
ivo
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
a
a
Submitted by
a
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
Facebook url regex
no description available
Submitted by
Devs Devaras
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
Replace abba with ABBA
no description available
Submitted by
anonymous
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
get table name from mapfile
gets a postgis tablename from a mapfile with the given layer name, may not work depending on your mapfile layout
Submitted by
warnock
-
8 years ago
-3
3 upvotes, 6 downvotes (33% like it) (You must be signed in to vote)
javascript
Html Tags
Matches HTML structure
Submitted by
sagar
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
Clean empty tags from HTML tags incl. tags containing space(s)
no description available
Submitted by
anonymous
-
8 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
javascript
matching words between tags
matching words between square brachets tags include newline or carriage return
Submitted by
anonymous
-
8 years ago
-3
2 upvotes, 5 downvotes (29% like it) (You must be signed in to vote)
pcre
Remove special character at first position of string
This search for special character at first position in the string
Submitted by
anonymous
-
8 years ago
-3
2 upvotes, 5 downvotes (29% like it) (You must be signed in to vote)
pcre
retrieve hostname without subdomain
no description available
Submitted by
Diego Zuluaga
-
8 years ago
-3
0 upvotes, 3 downvotes (0% like it) (You must be signed in to vote)
pcre
SQL Select request
matching any SQL query starting by "SELECT foo,bar FROM fool,baz {...}"
Submitted by
klmmlk
-
7 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
Regex Include & Exclude
Exclude part of a string in an include string.
Submitted by
anonymous
-
7 years ago
-3
0 upvotes, 3 downvotes (0% like it) (You must be signed in to vote)
pcre
XmlnsDefinition
Get ClrNamespace and optional AssemblyName from XmlnsDefinition in xaml
Submitted by
Ivanov Anton
-
7 years ago
1
2
3
4
5
6
7
...
843
NUMBERS (integer, float, scientific notation)
Vote
-10
11 upvotes, 21 downvotes (34% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
[
+-
]
?
(
\pN
+
(
$
|
(?P>float)
?
e-
?
\pN
+
$
)
|
(?<float>
\pN
*
[
,.
]
\pN
+
)
)
/
gmui
Open regex in editor
Description
Loading markdown...
Submitted by
CSφ
- 9 years ago