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
Split SSL certificates
no description available
Submitted by
anonymous
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Match pointless spaces in space separated list
'test' - no match 'test test' - no match ' test' - match (space at the start) 'test ' - match (space at the end) 'test test' - match (single space in the middle)
Submitted by
J. Harry B.
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email check
check emailnot match double simbol login..name@domain.com
Submitted by
User
-
7 years ago
6
6 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
email (tikhonov)
CheckEmail Login start or end simbols [._- ] .login@domain.com - fail -login@domain.com - fail _login@domain.com - fail login.@domain.com - fail...
Submitted by
Tikhonov Alexander <123546.90@mail.ru>
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Angular 2 property access
no description available
Submitted by
jros
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Vowel words
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
7 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Non vowel words
/\b(+)\b/ig
Submitted by
regexe
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
3-50 all
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
dd-mmm-yyyy dd/mmm/yyyy dd.mmm.yyyy
it accept -, / and . operator date formate 29-Dec-2015
Submitted by
Abhijeet Joshi,
-
7 years ago
4
6 upvotes, 2 downvotes (75% like it) (You must be signed in to vote)
javascript
vowel words
([!-\~]aeiou)
Submitted by
Ipsita Mohanty
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Telefono Local venezuela
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
Telefono celular venezuela
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
business phone number
format (xxx) xxx-xxxx reg- /^\(\d{3}\) \d{3}-\d{4}$/
Submitted by
Sarath
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Match 0-100
http://stackoverflow.com/questions/34474298/regex-match-pattern-with-prefixed-string/34474387#34474325
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Email
validate email address
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
city names
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
email for .com & .co.in
email validation
Submitted by
Chanti
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Parse .so libraries from binary file
Multi-occurance / Multiline Match and list all ".so" files from Android APK binary.
Submitted by
Mayur Pipaliya
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
camelCase to hyphen-case
Note that title case (TitleCase) will have leading hypens (-title-case)
Submitted by
cyberbit
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Singapore Phone
no description available
Submitted by
anonymous
-
7 years ago
1
...
140
141
142
143
144
145
146
...
175
Key-Value list separated by newlines
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
(?:
[
\n
]
{0,1}
)
(
\w
+
)
(?:
\
*
=
\
*
)
(
[^
\n
]
*
)
(?:
[
\n
]
{0,1}
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
acosw
- 8 years ago