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)
python
Search for missing space around operator (=, +, -)
In this case it is only =, but you can easily modify it to add more operators.
Submitted by
rugk
-
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
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
Match parenthesis
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
dnd roll regex v0.0.1
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
7 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
python
TD data from html table
no description available
Submitted by
Deepak Bansal
-
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, 2 downvotes (33% like it) (You must be signed in to vote)
python
emoticon
no description available
Submitted by
Victor Huang
-
7 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
python
GetDeviceIdFromAOR
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
4
4 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
import url image
import url image
Submitted by
bartimeys
-
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
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
single line acronym
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
-
hjk
Submitted by
hjk
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Url parser and validator
Validate an url with hostname or ip and port. Furthermore provides: the entire url the protocol the hostname/ip the port...
Submitted by
Antonino Sirchia
-
7 years ago
1
...
227
228
229
230
231
232
233
...
278
US City Validation
Vote
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
[
a
-
zA
-
Z
]
+
(?:
[
\s
-
'.&/
]
[
a
-
zA
-
Z
]
+
)*
(?:
[
.|
\s
]
)?
(?:
[
\(
a
-
z
\)
]
)*
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Jagadesh
- 8 years ago