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)
pcre
Validate cron schedule string
Validates a string for valid cron schedules such as 10:45, 11:15 etc.
Submitted by
Michael Sundgaard
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
email matcher
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
CronSchedule Verifier
Verifies a cron schedule pattern such as: 10:45 or multiple times such as: 11:00 22:10 23:15
Submitted by
Michael Sundgaard
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Pulling values from weblog
Pulling specific values from weblog. In this case, the OS.
Submitted by
SC
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
1c document numbers
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
Email validator PHP
Validate all posible combinations with western and cyrilic chars.
Submitted by
hudsonvsm
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
JSON KEY VALUE
Get key value in json string
Submitted by
Marcio Paiva Barbosa
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Разбор имен Валмакс RL
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
ddd
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
Pure-Ftpd Log Action
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
YES!
no description available
Submitted by
Nayan
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Cisco FastEthernet Ports 13-24
This regex captures Cisco-style FastEthernet ports 13-24
Submitted by
@looklittlejohn
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Cisco FastEthernet Ports 1-12
This regex will grab all Cisco-style FastEthernet ports from 1 to 12
Submitted by
@LookLittleJohn
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
decimal number validation
accepts 1; 1.1; 112315.23135
Submitted by
MS
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
ipv4 IP addressses, capturing private ranges
Capture 0.0.0.0-255.255.255.255 IP address octets. Capture private ranges, such as '169.254.' and '10.'
Submitted by
OnlineCop
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Mi detector de urls
Es mi intento por detectar urls
Submitted by
Oscar David Díaz Fortaleché
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
convert text to link
convert link of filtered text to html tag link
Submitted by
Masoud tavakolian
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
redirect old links
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
Remove / delete / strip style attribute from html tags
This one removes ALL attributes if "style" is found. See my other expression to only remove the style.
Submitted by
socialblogsitewebdesign.com
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Code Space Remover
Mathces unnecessary spaces in computer programs.
Submitted by
Loovjo
-
8 years ago
1
...
520
521
522
523
524
525
526
...
572
Match IP (ipv4) addresses: [0.0.0.0]-[255.255.255.255]
Vote
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(?:
^
|
\s
)
(
\b
(?:
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
?
\d
?
\d
)
\b
\.
\b
(?:
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
?
\d
?
\d
)
\b
\.
\b
(?:
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
?
\d
?
\d
)
\b
\.
\b
(?:
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
?
\d
?
\d
)
\b
)
(?:
$
|
\s
)
/
gmx
Open regex in editor
Description
Loading markdown...
Submitted by
OnlineCop
- 8 years ago