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
0
3 upvotes, 3 downvotes (50% like it) (You must be signed in to vote)
pcre
Find and replace strings with hypens
Find and replace string which contains hypens "-"
Submitted by
yuks
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Placeholder finder
Matches unfilled placeholders and (nested) placeholder blocks
Submitted by
Wolf Wortmann
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
Error Regex
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
javas dismissed lines
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
javas legal empty lines
no description available
Submitted by
anonymous
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
java variable declaration
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
java while
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Greedy + & * quantifires debug
/[123]+(123)*2/ Input: 1,2,3,4,5,6,7,8,9,0,10,11,12,13,14,15,16 Find: 12
Submitted by
Tomer Levi
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
catch or match URL or URI
any more? tell me by email.
Submitted by
CSnowstar(997596@gmail.com)
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Find sentence start
no description available
Submitted by
anonymous
-
8 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
Validate credit card numbers
Visa, MasterCard, American Express, Diners Club, Discover, JCB
Submitted by
www.regular-expressions.info/creditcard.html
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Regex Group Regex
Working on this regex so that I can use it to parse regular expressions and get the group info from them
Submitted by
jparish1977@gmail.com
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
simplewords
words
Submitted by
glin
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
MYV_POSTPAY_ACCESSLOG
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Update for bne_interface_cols_tl
Necessary because of Bug in Web-Interface
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
hstore
no description available
Submitted by
anonymous
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
JSON validator
Takes a JSON string and captures interesting information in the named capturing groups: (o: last object, a: last array, s: last string, n: last number, c: last comma before optional whitespace, d: same as c, but with a colon instead of a comma, v: last value)
Submitted by
luis140219 on GitHub and Sourceforge
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Levi test
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
keep versions
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
redaa
no description available
Submitted by
anonymous
-
8 years ago
1
...
524
525
526
527
528
529
530
...
572
IP v4 format validation
Vote
1
7 upvotes, 6 downvotes (54% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(
[
01
]
[
0
-
9
]
[
0
-
9
]
\.
|
2
[
0
-
4
]
[
0
-
9
]
\.
|
[
0
-
9
]
[
0
-
9
]
\.
|
25
[
0
-
5
]
\.
|
[
0
-
9
]
\.
)
(
[
01
]
[
0
-
9
]
[
0
-
9
]
\.
|
2
[
0
-
4
]
[
0
-
9
]
\.
|
[
0
-
9
]
[
0
-
9
]
\.
|
25
[
0
-
5
]
\.
|
[
0
-
9
]
\.
)
(
[
01
]
[
0
-
9
]
[
0
-
9
]
\.
|
2
[
0
-
4
]
[
0
-
9
]
\.
|
[
0
-
9
]
[
0
-
9
]
\.
|
25
[
0
-
5
]
\.
|
[
0
-
9
]
\.
)
(
[
01
]
[
0
-
9
]
[
0
-
9
]
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
5
]
|
[
0
-
9
]
[
0
-
9
]
|
[
0
-
9
]
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
NexRezzo
- 8 years ago