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
AsciiDoc table
https://docs.asciidoctor.org/asciidoc/latest/tables/build-a-basic-table/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Фильтр русских матов
оригинал был взят отсюда: https://gist.github.com/imDaniX/8449f40655fcc1b92ae8d756cbca1264 добавил: сучка, трахать, жопа, залупа
Submitted by
anonymous
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Start and Ends with same Letter
regex for a string that starts and ends with the same letter
Submitted by
anonymous
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
grade pattern
grade pattern for chinese school grade
Submitted by
anonymous
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Mt940-61
Parse tag 61 of an mt940 statement
Submitted by
anonymous
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Oauth2 client token matcher
Grep the token value for almost any JSON response containing an oauth2 token as describe in rfc6749
Submitted by
Pharaphara
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Regular expression for positive number with 2 decimals used for displaying money
I think from time to time we all need a regular expression for displaying numbers with 2 decimals for displaying money of various currencies in the world. This regex should only allow 1 dot or comma as a decimal separator. And only allow positive numbers and the numbers can't begin with a 0. Goals:...
Submitted by
Remzi Cavdar
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
test
test
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Variable address condition
This regex matches the variable address condition like: [1,100] >= 1 && [1,111] <= 2
Submitted by
Texx
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Identifier Regex
Regex for identifiers
Submitted by
anonymous
-
7 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Extract a string key's values from a json
Sample: Finds errorType key values from a json. Values are returned in capturing group 1 of each match. Both UNKNOWN and UNAUTHENTICATED will be captured. ...
Submitted by
amansaryal
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
partnkey value
Extract value partn_key
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
date dd.mm.yyyy
Date format dd.mm.yyyy
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
email valid
email validation
Submitted by
Hoot
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
TatraBanka AMOUNT_VALUE
some descriptoin
Submitted by
Inez van Acker, Robert Schulz
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Decision Table
Rules engine CSV Decision Table expression
Submitted by
Vincent Wautelet
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Link Matcher v1
The link matcher regex currently matches the most common types of links. *Removed other links
Submitted by
IkeVoodoo
-
5 months ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
java
Analyze movie and series episode torrent name
Analyze whether the torrent name is a Movie or TV Episode Inspired from https://regex101.com/library/yP4bY4 There is two versions, see differences at the bottom Groups:...
Submitted by
Hot Priest
-
5 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
DSA
dsa
Submitted by
DSA
-
5 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Match gradle dependencies
.
Submitted by
anonymous
-
5 months ago
1
...
5
6
7
8
9
10
email valid
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
java
"
^
(
[
\S\d
]
+
)
@
(
\S
+
)
[
.
]
(
\S
+
.
?
\S
+
)
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Hoot
- 6 months ago