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 5,640 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
eleveo
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-06-19 19:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check response of a serially connected Bronkhorst flowmeter for a certain range
ECMAScript (JavaScript)
Bronkhorst Flowmeters use a somewhat unique protocol for communication. In the ascii protocol the resonse is transmitted as an unsigned integer coded as 4 hexadecimal chiffres. The values are normalized so that 32000 (7D00h) is 100% of the capacitiy of the device. For my case, valid Values range fr...
Submitted by
anonymous
-
4 years ago
2019-06-20 06:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email validation
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-20 09:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Format thousand number with Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-06-21 05:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
html code for LaTeX math expression
Python
Finds any value inside the HTML ... in order to replace with $...$
Submitted by
anonymous
-
4 years ago
2019-06-21 15:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Package name
ECMAScript (JavaScript)
The string must be less than 21 characters, mus not have spaces, it can only contain lowercase letters, hyphens (-) or underscores (_)
Submitted by
anonymous
-
4 years ago
2019-06-22 17:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ShortcutLinkInline
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-25 12:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
comand.py:InlineCommand
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-06-25 13:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MAC Address
Python
Simply match a run of the meal MAC address
Submitted by
anonymous
-
4 years ago
2019-06-26 14:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
schema, domain, port
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-06-27 07:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match odd amount of backslashes.
Python
This regular expression will match anytime in a string where an odd amount of backslashes directly following eachother are present.
Submitted by
anonymous
-
4 years ago
2019-06-27 10:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FB match group
Golang
no description available
Submitted by
anonymous
-
4 years ago
2019-06-27 11:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SQL INSERT Columns only
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-06-27 13:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CRON Expression Regex
ECMAScript (JavaScript)
Any Number Allow range 12-34 some special characters Only W and L alphabet for demo use.
Submitted by
anonymous
-
4 years ago
2019-07-01 06:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email - javascript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-02 14:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract value of time from *.csv file name
Python
Works for both positive and negative exponent Works for both lowercase exponent (e) and uppercase exponent (E)
Submitted by
anonymous
-
4 years ago
2019-07-02 20:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract Abaqus file/ Nastran file node number and mapped temperature or pressure value
Python
Process: Temperature/ pressure data generated by CFD software StarCCM+ Temperature/ pressure data extracted during runtime by StarCCM+ in form of *.csv files Data extracted every x timesteps (x = integer value >= 1) Data mapping performed using "tabular data mapper" tool in StarCCM+. Algorithm used ...
Submitted by
anonymous
-
4 years ago
2019-07-02 20:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Chilean phone number (mobile)
Python
phone number with country cod. +56 (chile)
Submitted by
anonymous
-
4 years ago
2019-07-02 21:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Lookahead and lookbehind
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-07-02 22:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email v2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-03 14:38
1
...
246
247
248
249
250
251
252
...
282
adding international code
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
[
A
-
Za
-
z
]
*
,
)
(
[
0
-
9-
]
*
,
)
(
[
A
-
Za
-
z
]
*
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-05-30 14:32