Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 3,480 community submitted regex patterns...
0
CSV to Array
Created
·
2021-04-22 14:02
Flavor
·
ECMAScript (JavaScript)
Captures a line of a CSV into a individual values.
Submitted by
Samuel Molinski
0
CTS Non zero
Created
·
2021-04-23 11:13
Flavor
·
ECMAScript (JavaScript)
CTS Non zero regex
Submitted by
anonymous
0
sentence break
Created
·
2021-04-30 17:00
Flavor
·
ECMAScript (JavaScript)
breaks the blobs into sentences
Submitted by
Imran A
0
ECMAScript - Variable Identifier
Created
·
2021-05-03 06:51
Flavor
·
ECMAScript (JavaScript)
Any valid ECMAScript identifier name
Submitted by
disk0
0
提取特殊字符中间内容
Created
·
2021-05-06 09:48
Flavor
·
ECMAScript (JavaScript)
用于提取特殊字符中间内容
Submitted by
lqzo
0
Parsed PGN
Created
·
2021-05-07 14:59
Flavor
·
ECMAScript (JavaScript)
In my use case, I had to parse PGN this way for my book opening apps. Transformed result later { 1: { black: 'c6' white: 'e4' fen: ... } } Thanks to @metalsadmin for the leads
Submitted by
Muhammad Surga Savero
0
discord gift
Created
·
2021-05-13 18:46
Flavor
·
ECMAScript (JavaScript)
detects links from discord.com/gifts discord.gift/
Submitted by
padero
0
Number Parsing w/ Scientific Support
Created
·
2021-05-19 16:07
Flavor
·
ECMAScript (JavaScript)
Capture a number out of a string. Supports positive/negative, decimal, and Scientific Notation
Submitted by
Brombomb
0
test
Created
·
2021-05-23 15:16
Flavor
·
ECMAScript (JavaScript)
f
Submitted by
anonymous
0
email validation
Created
·
2021-05-23 20:21
Flavor
·
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
0
vue component import suffix replace
Created
·
2021-05-25 08:53
Flavor
·
ECMAScript (JavaScript)
为了使用vite,替换必须有后缀
Submitted by
anonymous
0
US Telephone Number validation
Created
·
2021-05-29 08:16
Flavor
·
ECMAScript (JavaScript)
regex code for US telephone number validation for freecodecamp exercise
Submitted by
Erik @raxsonic
0
Fix gRPC method types
Created
·
2021-06-01 01:44
Updated
·
2021-06-01 01:45
Flavor
·
ECMAScript (JavaScript)
Changes gRPC methods to be in the proper format
Submitted by
anonymous
0
float with comma or point
Created
·
2021-06-01 07:17
Flavor
·
ECMAScript (JavaScript)
if you need positive or negative float number with comma or point
Submitted by
Deadula
0
Exchange Address
Created
·
2021-06-04 16:43
Flavor
·
ECMAScript (JavaScript)
Finds Telephone Exchange Address
Submitted by
anonymous
0
mysql slow log parse for aws log insights
Created
·
2021-06-07 17:16
Flavor
·
ECMAScript (JavaScript)
Parse the CloudWatch mysql slowlog into coherent fields.
Submitted by
Frank Baxter
0
Text Search
Created
·
2021-06-09 10:32
Flavor
·
ECMAScript (JavaScript)
Text Search
Submitted by
anonymous
0
Find between Quotes
Created
·
2021-06-09 10:35
Flavor
·
ECMAScript (JavaScript)
Find between Quotes
Submitted by
anonymous
0
Domain from url
Created
·
2021-06-09 10:42
Flavor
·
ECMAScript (JavaScript)
Domain from url
Submitted by
anonymous
0
获取导入的模块相对路径
Created
·
2021-06-10 11:06
Flavor
·
ECMAScript (JavaScript)
获取导入的模块相对路径
Submitted by
高乐天
Previous page
1
…
145
146
147
148
149
…
174
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-04-30 17:00
Flavor
·
ECMAScript (JavaScript)
/
[^
".”()
\d
]
?
(
\.
{1}
\s
?
)
[^
".”()
\s
]
.
/
g
Open regex in editor
Description
breaks the blobs into sentences
Submitted by
Imran A