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
JavaScript kebab-case
Created
·
2023-06-21 03:34
Flavor
·
ECMAScript (JavaScript)
including digits and double dashes
Submitted by
anonymous
0
routestate
Created
·
2023-06-21 13:07
Flavor
·
PCRE2 (PHP)
pathfinder routestate logs are unreadable
Submitted by
anonymous
0
best2bee topic standard
Created
·
2023-06-21 13:17
Flavor
·
PCRE2 (PHP)
Submitted by
anonymous
0
Busca parametros função
Created
·
2023-06-21 16:25
Flavor
·
PCRE2 (PHP)
Busca os parametros de uma função
Submitted by
anonymous
0
Trim part of filename to limit length
Created
·
2023-06-22 09:23
Flavor
·
PCRE2 (PHP)
Truncate the middle block in the filename if it exceeds the maximum length and leave constant blocks at the beginning and end
Submitted by
Andrey Smirnov
0
Latin Character ranges
Created
·
2023-06-23 09:11
Flavor
·
ECMAScript (JavaScript)
Latin Character ranges
Submitted by
anonymous
0
Metal Gear 3 Word Book
Created
·
2023-06-23 15:19
Flavor
·
PCRE2 (PHP)
Word Book of Metal Gear 3.
Submitted by
Sanperish
0
minecraft commands. mcfunction syntax commands detection.
Created
·
2023-06-25 08:32
Flavor
·
PCRE2 (PHP)
finds every command in 1st group and subcommands in 2nd group. excludes every comments, and matches command even if it has spaces in the beginning. This exact regex is used for datapackhub.net datapack mcfunction downgrader.
Submitted by
anonymous
0
Extracting data from Authorization header
Created
·
2023-06-26 01:20
Flavor
·
PCRE2 (PHP)
Handful regex for parsing Authorization, WWW-Authenticate etc. headers
Submitted by
Alex Furnica
0
Find last word and space of string
Created
·
2023-06-26 03:43
Updated
·
2023-06-26 03:45
Flavor
·
ECMAScript (JavaScript)
Foo Bar
Submitted by
anonymous
0
Page X of X
Created
·
2023-06-26 05:40
Flavor
·
Python
Only matches patterns like "Page 1 of 1", "Page 2 of 2", "Page 3 of 3", "Page 4 of 4", "Page 106 of 106", etc. Only works when page numbers in the string are the same.
Submitted by
anonymous
0
Camel-Case Splitter (preserves Acronyms)
Created
·
2023-06-26 18:39
Flavor
·
.NET 7.0 (C#)
Splits camel-case string and preserves acronyms
Submitted by
Tyler S.
0
Catch packages from 'tdnf list' output
Created
·
2023-06-26 18:42
Flavor
·
Golang
Every valid line will be of the form: . . . NOTE: the distribution tag is expected to start with at least one letter and be followed by at least one digit.
Submitted by
anonymous
0
Match Australian Adresses
Created
·
2023-06-27 07:58
Flavor
·
PCRE2 (PHP)
This Regex Matches Australian Adresses
Submitted by
anonymous
0
MTN Momo Infos
Created
·
2023-06-27 14:29
Flavor
·
Python
A regex to extract meaningful infos from a Momo message (mobile money) which is recurrent in Africa.
Submitted by
Hans T.
0
Regex para Logs de Kiwi Log Forwarder
Created
·
2023-06-27 23:55
Flavor
·
Python
Los logs de Kiwi Log Forwarder no se guardan de manera correcta como un CSV, por lo que tengo la idea de con una regex vaciarlos a un CSV bien hecho para poder tener mejor visualización de estos
Submitted by
anonymous
0
request_uri_no_qs
Created
·
2023-06-28 14:55
Flavor
·
PCRE2 (PHP)
Regular expression used to get the encoded URI portion of the $request_uri when unencoded $uri breaks a reverse proxy. map $request_uri $request_uri_no_qs { "~^(?+)\?(?:.*)?" $m; default $request_uri; }
Submitted by
jpatton@gmail.com
0
Валидность телефона Российской Федерации форматов "+7", "7", "8"
Created
·
2023-06-28 18:54
Flavor
·
ECMAScript (JavaScript)
Работает с форматами +7, 7, 8 Варианты валидации любые.
Submitted by
anonymous
0
international telephone number incl. european notation
Created
·
2023-06-29 14:13
Flavor
·
PCRE2 (PHP)
international telephone number incl. european notation
Submitted by
Florian Ledeboer
0
NLP_Regex
Created
·
2023-06-29 15:45
Flavor
·
Python
Learning Regex for NLP
Submitted by
anonymous
Previous page
1
…
911
912
913
914
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-11-23 10:18
Flavor
·
ECMAScript (JavaScript)
/
<
(
script
)(
[^
\/
>
]
*?
)
>
(
(
\s
|
.
)*?
)
<
\/
script
\s
?
>
/
gim
Open regex in editor
Description
no description available
Submitted by
MGO