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 18,300 community submitted regex patterns...
0
Currency Format for EU
Created
·
2020-09-18 15:01
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Joanne names
Created
·
2020-09-18 19:41
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
REGEX if Field is 0
Created
·
2020-09-18 22:55
Flavor
·
Python
no description available
Submitted by
anonymous
0
Check roundup value for invoice
Created
·
2020-09-19 05:55
Flavor
·
PCRE (Legacy)
By using this regex, we can check roundup values which is used in billing. Valid results are: 1) -0.15 2) 1.11 3) 9.99 In Valid results are: 1) All Values > 9.99 2) All Values < -9.99
Submitted by
anonymous
0
Text between %% %%
Created
·
2020-09-19 16:57
Flavor
·
PCRE (Legacy)
Text between percentage
Submitted by
anonymous
0
look for markdown styles in headers
Created
·
2020-09-20 04:08
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Recconhecer Comentarios de Xadrez
Created
·
2020-09-20 19:36
Flavor
·
PCRE (Legacy)
Expressao que reconhece Comentarios de xadrez em um arquivo pgn.
Submitted by
anonymous
0
Русские маты
Created
·
2022-10-14 03:22
Updated
·
2022-10-14 03:23
Flavor
·
PCRE2 (PHP)
Матчит русские маты
Submitted by
piterden
0
Русские маты
Created
·
2020-09-20 21:38
Updated
·
2021-08-28 15:27
Flavor
·
PCRE (Legacy)
Матчит русские маты
Submitted by
anonymous
0
Find PHP mysqli query with direct string interpolation
Created
·
2020-09-21 06:40
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
pool_member_name
Created
·
2020-09-21 13:22
Flavor
·
Python
no description available
Submitted by
anonymous
0
First and Last character Match
Created
·
2020-09-22 09:52
Flavor
·
PCRE (Legacy)
This expression matches first and last character as well as check for the string if length is 1 or not if it is simply check the first character.
Submitted by
anonymous
0
First and Last character Match
Created
·
2020-09-22 09:52
Flavor
·
PCRE (Legacy)
This expression matches first and last character as well as check for the string if length is 1 or not if it is simply check the first character.
Submitted by
anonymous
0
First and Last character Match
Created
·
2020-09-22 09:52
Flavor
·
PCRE (Legacy)
This expression matches first and last character as well as check for the string if length is 1 or not if it is simply check the first character.
Submitted by
anonymous
0
last segment
Created
·
2020-09-22 11:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Function parser
Created
·
2020-09-22 18:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Huawei_4g_sector_oos_hist
Created
·
2020-09-22 19:53
Flavor
·
Python
no description available
Submitted by
anonymous
0
HTML Attribute Value
Created
·
2020-09-23 08:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Product number
Created
·
2020-09-23 09:54
Flavor
·
PCRE (Legacy)
With pn given it will return informations depending of the constructor and more variable
Submitted by
anonymous
0
COPD GOLD 2
Created
·
2020-09-23 10:29
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
714
715
716
717
718
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-09-22 18:24
Flavor
·
PCRE (Legacy)
/
\s
*
(
[
A
-
z0
-
9_
]
+
)
.
?
(?=
\(
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous