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)
javascript
Javascript Literal to JSON
Converts a javascript literal to json format
Submitted by
Justin Echternach
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
C# replace property declaration with source to destination mapping
Takes a set of property declarations to use for destination and source mapping using substitution. substition example: dst.$5 = src.$5; Basic productivity tool ... I used it for creating an automapper type converter
Submitted by
Justin Echternach
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Vimeo id from swf url
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
TRIM: Remove spaces at the begin and at the end of the string | Elimina espacios al inicio y final de la cadena de texto
**Removes leading and trailing spaces from the text **Example (do not consider quotes): " Lorem ipsum dolor sit " returns "Lorem ipsum dolor sit"
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Fontawesome - Icon parser (hex + title)
Page with icons PHP example: Generate xml for android resources header('Content-Description: File Transfer'); header("Content-Type: text/xml");...
Submitted by
IgorSkv
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Extract Sql Columns from the given query
Tries to find the column names from the given SQL query.
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
UTC Time Matcher
This expression verify an UTC time like UTC+02:00 or UTC-12:30
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
SSN
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
STEAM GAME KEYS
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
HTML5 or custom element tag
Matches a HTML5/custom element valid tag format .
Submitted by
Shadrack Ndacayisenga
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Decimal numbers
Matches decimal numbers as accepted by e.g. Octave.
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Dailymotion videos ids
find ids of video in dailymotion urls in text
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Strip Android Logs of Date/Time and process
Strip Android Logs of Date/Time and process. This helps if you want to diff 2 logs and remove the different date/time and process numbers
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
RegExp that accepts English, Arabic and numbers
no description available
Submitted by
Momen Zakaria
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
form regex
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Regex for parsing Slack Urls
This regex is a duplicate of another one, but with a minor modification to support subdomains with one or more "-" in it. ie:
Submitted by
Dylan
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Statful Entities Name
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Regex to replace width and height of mediatool image
no description available
Submitted by
anonymous
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Insert comma as thousands delimiter
The following regular expression can be used to insert commas as thousands delimiter. The pattern was taken from the http://www.dlang.org web site.
Submitted by
Unknown
-
6 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
decimal nr between 0-99999.99 with comma or dot with max. 2 decimal digits
decimal nr between 0-99999.99 with comma or dot with max. 2 decimal digits
Submitted by
anonymous
-
6 years ago
1
...
582
583
584
585
586
587
588
...
639
Regrex email wiki
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(
(
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
(
\.
[^
<>()
\[\]\\
.,;:
\s
@"
]
+
)*
)
|
(
"
.
+
"
)
)
@
(
(
\[
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
\.
[
0
-
9
]
{1,3}
]
)
|
(
(
[
a
-
zA
-
Z
\-
0
-
9
]
+
\.
)+
[
a
-
zA
-
Z
]
{2,}
)
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 6 years ago