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
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Martch Letras y Parentesis
Martch Letras y Parentesis
Submitted by
Daniel Gonzalez
-
8 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
AWS Web Service Regions
Data classification on AWS Web Services specifically the URL connections you seen on the applications
Submitted by
loganmcampbell
-
8 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Riedler's 2nd URL regex
why did I make this?
Submitted by
Riedler
-
19 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
SUPPL REGEX
Regex to get only information in the SUPPL subdirectory
Submitted by
O'Connor
-
a month ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
Türkiye Araç Plaka Regexi - Türkiye Car Plate Regex
Gist link for Java : https://gist.github.com/Gencturk-m/9962ce1e1dcf4dd9307062e34b023183 Aşağıdaki yapıdaki plakaları kabul eder: "01-81 X 9999", "01-81 X 99999"...
Submitted by
Melih Gençtürk - https://github.com/gencturk-m
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
test everything
hello
Submitted by
anonymous
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Pick uuidValue from jSON payload
.
Submitted by
jeevan
-
a month ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Split up text to 40 signs
This splits a text into sequences of max. 40 chars, concatting with a pipe
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
section headers
ff
Submitted by
ff
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
awdwa
dwa
Submitted by
dwa
-
2 months ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
json value extract
json value extract
Submitted by
anonymous
-
2 months ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
Email finder
Matches with the valid email addresses.
Submitted by
anonymous
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Other segment
Other segments
Submitted by
Lufram
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Take segments to string
Take segments to string
Submitted by
Lufram
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Kyivstar phone number
Kyivstar phone number
Submitted by
milka_vlad
-
2 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
tas-branch-validation
tas-branch-validation
Submitted by
doron-hafner
-
3 months ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
Replace ^ with Math.pow function. Not made to work with braces.
Replaces ^ with Math.pow function call. This assumes all braces have been combined first. If you need help with the combination, I got you—try this Python algorithm: def evaluate_braces(expr): """Recursively evaluate expressions within braces""" Check if expression contains braces if '(' in...
Submitted by
Glitchii - https://github.com/Glitchii
-
3 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
ip address
ip address regex
Submitted by
shyam
-
3 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Titulo da expressao
\w
Submitted by
anonymous
-
3 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Database datatype check
Database data type determination and extraction. Example: varchar(20) varchar2(20) number(20,3) timestamp...
Submitted by
anonymous
-
3 months ago
1
2
3
4
...
10
NMEA after timestamps
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
(
[
\!
|
\$
]
)
(
[
\w
]
{1,15}
)
)
(
(?:
,
)
(
[
\w
.
\-\+
]
{0,20}
)
){1,20}
(?:
,
){0,1}
(?:
\*
){0,1}
(
[
A
-
F0
-
9
]
{2}
){0,1}
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
David Harrison
- 4 months ago