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)
javascript
日期
可用于b站弹幕屏蔽
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Date
Matches any date with a shortened month. Example 1: Oct. 20, 2010 Example 2: Sep 10, 2020
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
phone
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
复杂正则
no description available
Submitted by
anonymous
-
2 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
German vehicle registration incl. options
This regex validates German vehicle registration numbers. It includes 'H' for Oldtimers (Historic) and 'E' for electric. Futhermore it validates optional seasonal plates. For example for motorcycles or recreational vehicles.
Submitted by
awwillia
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
calibre_metaplug_regex
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Match URI with grouped URL syntaxes
Validate (although, not recommended) URI scheme, and separate the URI syntax with multiple groups.
Submitted by
outrowed
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Floting numbers
floating numbers between 0-100 excluding 00
Submitted by
Rohit
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
reg
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
nums in filenames
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
True Client IP
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Find next line if currentline match pattern
useful to find when values are repeating in input
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
vin
no description available
Submitted by
anonymous
-
2 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
javascript
Is String having proper quotes around it
Language : Javascript Description : This will helpful for validating contents from a text editor where all the values are string and you need to verify that string must be a single string having quotes around it. Note : This regex is best applicable by trimming the string before checking with thi...
Submitted by
PranomVignesh<pranomvignesh@gmail.com>
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
LOS Number
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Negative lookahead with example
This text won\'t match because it does contain ab in it! This text won\'t match because it does contain cd in it! This text matches because it doesn\'t contain them in itghdfgdfg!
Submitted by
jarea
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Find all commas that are not in parenthesis. Used in SQL_Pretty_Format()
Find all commas that are not in parenthesis or square brackets.
Submitted by
Ben
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Add space after comma if it has letters on each side.
This is used in the SQL_Pretty_Formatter after the commas inside quotes, parenthesis, and brackets have been temporarily replaced with |.
Submitted by
Ben
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
WORD WRAP lines over 80 characters long
no description available
Submitted by
anonymous
-
2 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Viemo regex
no description available
Submitted by
anonymous
-
2 years ago
1
...
81
82
83
84
85
86
87
...
740
^(?:\d+[a-z]|[a-z])(?:\^\d+)(?:[\+|\-])(?:\d+[a-z])(?:[\+|\-])(?:\d+\=\d+)
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
golang
`
^
(?:
\d
+
[
a
-
z
]
|
[
a
-
z
]
)
(?:
\^
\d
+
)
(?:
[
\+
|
\-
]
)
(?:
\d
+
[
a
-
z
]
)
(?:
[
\+
|
\-
]
)
(?:
\d
+
\=
\d
+
)
`
m
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 years ago