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
7
22 upvotes, 15 downvotes (59% like it) (You must be signed in to vote)
javascript
Match text (not within html tag)
no description available
Submitted by
Moistly
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Liberal Email Address
Very simple & basic. More forgiving, less stringent. Allows anything which looks reasonably valid. Allows one at-symbol. Requires a two part hostname (i.e. abc@localhost is not allowed)
Submitted by
billinghamj
-
8 years ago
24
67 upvotes, 43 downvotes (61% like it) (You must be signed in to vote)
javascript
Quote Macthing with escape
Matches text within quotes (", ') and escapes the charecters.
Submitted by
Vihan Bhargava
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Email with groups
Groups for: Whole email user domain Matches valid emails with numbers, chars, dots and dashes, domains with extensions of 2 or 3 letters.
Submitted by
Ruben Paz
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
ReGEX EXPression
ReGEX EXPression generating Values but repeating want values should not repeat.
Submitted by
anonymous
-
8 years ago
3
5 upvotes, 2 downvotes (71% like it) (You must be signed in to vote)
javascript
@media query tokenizer
Separates media query into rule and content
Submitted by
Stephan --> CTS_AE
-
8 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
javascript
Password Policy
Based on the below password policy need a regex in java/javascript --Maximum Occurrence (Number of repeated Characters allowed): 1 --Minimum Alpha: 1 --Minimum Embedded Numeric: 1 --Minimum Length: 8...
Submitted by
Kannan SB
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
Check if number is a float
no description available
Submitted by
@hiaru
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
very basic email regex
no description available
Submitted by
anonymous
-
8 years ago
16
90 upvotes, 74 downvotes (55% like it) (You must be signed in to vote)
javascript
Password
Safe Password that allow only with a number, a lowercase, a uppercase, and a special character
Submitted by
davidlondono
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Remove GO and split for batch SQL text
Useful for when you need to convert a T-SQL MSSMS Server batch into individual SQL requests by removing the GO between them. e.g. Dim SQLBatches As String() = Regex.Split(text, "(?:\s|\r|\n)+GO\s*(?:\r|\n)", RegexOptions.IgnoreCase)
Submitted by
SarahC
-
8 years ago
5
6 upvotes, 1 downvotes (86% like it) (You must be signed in to vote)
javascript
Replace caracters not inside HTM tags
Select a character (or string) ingnoring if that element is inside the HTML tags. Useful to apply html tags using replace.
Submitted by
Alex5B
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Email
Supports new top level domains, such as .plumbers .blackfriday
Submitted by
Glutnix
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
Validador de Data (MMddYYYY e YYYYMMdd)
Verifica se o texto digitado corresponde a um formato de data valida por expl. 12/31/2015 ou 2015/12/31
Submitted by
Gustavo Américo (Gag)
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Validador de Senha
Para ser valido o texto deve ter entre 6 e 32 caracter entre eles um deve ser um especial, uma letra maiúscula, uma minúscula e um número
Submitted by
Gustavo Américo (GAG)
-
8 years ago
3
4 upvotes, 1 downvotes (80% like it) (You must be signed in to vote)
javascript
Test a string against CamelCase
See if a string is in CamelCase format
Submitted by
Tonny Xu
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Single xml tag close to separated
the tag must be a minumum of 3 characters long so we don't catch any BR, HR, etc.
Submitted by
Agent Codesmith
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
LOL
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
JS Regex Lazy quantifier
JS Regex Lazy quantifier
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Sentence Matcher
Matches sentences, but skips over abreviations
Submitted by
Jonathan Mee
-
8 years ago
1
...
261
262
263
264
265
266
267
...
275
URL Basic Auth Parser
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(
(?:
[^
:@
\/
#
\?
]
+
)
(?:
\:
(?:
[^
:@
\/
#
\?
]
*
)
)?
@
){1}
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 6 years ago