Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 2,300 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
KPI Dash Drop-In Image Compliance
Python
This regex is designed for end users to test if there image file is name compliant.
Submitted by
Jeremiah Carlson
-
a year ago
2022-08-11 16:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
REGEX OS
Java 8
Regex para extrair titulo e descrição duma OS
Submitted by
anonymous
-
a year ago
2022-08-11 21:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vampire output formulas
Python
Parses the output of the automated theorem prover Vampire. Matches the output lines printed by the options --show_everything, --show_active, --show_new etc. Run vampire --show_everything on to generate a compatible string.
Submitted by
Filip Bártek
-
a year ago
2022-08-16 17:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Vampire proof formulas
Python
Parses the output of the automated theorem prover Vampire. Matches the output lines that contain the proof. Run vampire --proof on to generate a compatible string.
Submitted by
Filip Bártek
-
a year ago
2022-08-17 11:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Android Package REgex
Python
Not perfect but works
Submitted by
anonymous
-
a year ago
2022-08-17 14:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Camel/pascal case to snake case
Python
Converts camel or pascal case to snake case But it still needs to be converted to lower case
Submitted by
anonymous
-
a year ago
2022-08-17 19:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
EC21 docs
Python
Get AT explain
Submitted by
anonymous
-
a year ago
2022-08-18 04:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
... at start or end of line including whitespace
Python
Used to format kaggle dataset
Submitted by
anonymous
-
a year ago
2022-08-18 13:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Key - Value extractor
Java 8
Key - Value extractor
Submitted by
anonymous
-
a year ago
2022-08-19 19:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Inner field values extraction
Java 8
Inner field values extraction
Submitted by
anonymous
-
a year ago
2022-08-20 10:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
for-orth
Java 8
For orth
Submitted by
gastipatis
-
a year ago
2022-08-23 15:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SQL Query Scalar Field Names Extractor
Java 8
SQL Query Scalar Field Names Extractor
Submitted by
Dobri
-
a year ago
2022-09-01 13:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
number two decimal digit
Python
.
Submitted by
anonymous
-
a year ago
2022-09-05 12:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AyL
Python
Example of re and substitutions with csv file
Submitted by
Ing Daniel Pérez
-
a year ago
2022-09-07 14:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match Phone Number: 03## ####### OR +92 3## #######
Java 8
Can be used to match Pakistani SIM card Numbers
Submitted by
anonymous
-
a year ago
2022-09-10 09:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Postcodes
Python
This identifies whether a postcode (four numbers, two letters has been provided)
Submitted by
anonymous
-
a year ago
2022-09-13 09:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Project
Python
Project
Submitted by
anonymous
-
a year ago
2022-09-14 12:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
valid date
Python
this regular expression is for validating dates in yyyy-mm-dd format
Submitted by
anonymous
-
a year ago
2022-09-17 10:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract title and page from ocr of pdf content by carlleonhard
Python
extract title and page from ocr of pdf content by carlleonhard
Submitted by
carlleonhard
-
a year ago
2022-09-18 04:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
foengz1
Python
htmltag
Submitted by
Foengz
-
a year ago
2022-09-19 05:53
1
...
99
100
101
102
103
104
105
...
115
Bigger or lower than a number with <>
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
>
|
<
)?
(?:
\s
+
)?
(
\d
+
)
(?:
\s
+
)?
(
>
|
<
)?
$
"
gi
Open regex in editor
Description
Loading markdown...
Submitted by
woss.io
-
8 years ago
2016-05-28 12:21