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,480 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
amp;
PCRE2 (PHP >=7.3)
subtitui
Submitted by
seidao
-
17 days ago
2023-09-15 14:50
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Cron Job Regular Expression for JavaScript / ECMAScript
ECMAScript (JavaScript)
Simple pattern for validating Cron Job descriptors in your JavaScript / TypeScript / ECMAScript projects. Includes support for date ranges, day ranges, digit ranges, divisors... all of the things you'd expect to encounter in possible Cron values.
Submitted by
Nicholas Berlette (https://github.com/nberlette)
-
18 days ago
2023-09-14 23:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Non-Empty String
ECMAScript (JavaScript)
This simply checks if the string is not empty spaces.
Submitted by
anonymous
-
18 days ago
2023-09-14 21:39
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Javascript Email Verification RFC5322
ECMAScript (JavaScript)
Original credit for this expression goes to: https://emailregex.com/
Submitted by
anonymous
-
18 days ago
2023-09-14 21:34
(Last modified 18 days ago)
2023-09-14 22:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
find the function definition based on indentation
ECMAScript (JavaScript)
check the code
Submitted by
anonymous
-
18 days ago
2023-09-14 08:07
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Correo Electrónico
PCRE2 (PHP >=7.3)
Validar un correo electrónico con una expresión regular básica
Submitted by
anonymous
-
19 days ago
2023-09-14 02:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
números html
PCRE2 (PHP >=7.3)
numeros
Submitted by
anonymous
-
20 days ago
2023-09-12 23:32
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
select report
PCRE2 (PHP >=7.3)
select report
Submitted by
H.Nasirii
-
20 days ago
2023-09-12 19:12
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find software version in single line text entry
PCRE2 (PHP >=7.3)
This will look for a software version within a single line text entry.
Submitted by
Bill Alexander
-
20 days ago
2023-09-12 13:43
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find all words between #text#
PCRE2 (PHP >=7.3)
Finds all occurence in a plain text / html text where a text is between 2 hashtags : #text#
Submitted by
Kervan Mazuy
-
22 days ago
2023-09-11 06:28
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Hexadecimal Colour Code Finder
PCRE2 (PHP >=7.3)
This regex will find any hexadecimal colour code, anywhere in your string Support for: mini 3 letter codes normal 6 letter codes back to back codes
Submitted by
anonymous
-
22 days ago
2023-09-10 16:30
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
SGML & XML
PCRE2 (PHP >=7.3)
Match SGML and XML elements.
Submitted by
anonymous
-
23 days ago
2023-09-10 00:51
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match ONLY valid URLs!
PCRE2 (PHP >=7.3)
Match all valid URLs Examples: Valid URLs: https://www.example.com/ http://subdomain.example.net/ https://www.subdomain.example.com.uk/params...
Submitted by
Henriii102
-
23 days ago
2023-09-09 14:36
(Last modified 10 days ago)
2023-09-23 03:31
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL (URI) - TOTAL Breakdown: Named Groups (Supporting Literal, Relative, Dynamic URLs, with/without Filename/Ext, Query Parameters and/or Anchor Tags)
ECMAScript (JavaScript)
Need to FULLY Break Out EVERY Component of a URL? Like, as in "every constituent element individually accessible in its own named capture group?" Need it to be pre-optimized and fully ECMA-compliant? Want to see exhaustive unit tests proving these claims (144 are included; all 144 execute in 6.5ms. ...
Submitted by
@JJ for Nerdy Deeds, LLC
-
24 days ago
2023-09-08 16:51
(Last modified 24 days ago)
2023-09-08 16:54
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Patron de Blogs
PCRE2 (PHP >=7.3)
Patron para la busqueda de URLS En sitemaps de blogs
Submitted by
anonymous
-
24 days ago
2023-09-08 12:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
One letter in row
PCRE2 (PHP >=7.3)
([a-z])(?!.*\1)
Submitted by
anonymous
-
25 days ago
2023-09-07 19:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match all Tailwind CSS classes prefixed with dark:
PCRE2 (PHP >=7.3)
A simple expression for removing Tailwind CSS classes that are prefixed with dark: from your HTML. Can be easily changed to remove any other classes with a specific prefix. I made this so I could easily remove dark mode from Tailwind CSS components I find online.
Submitted by
hexrw
-
a month ago
2023-09-06 21:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
git url dissecting
PCRE2 (PHP >=7.3)
the various parts of a git url are dissected and made available in the respective capture groups
Submitted by
anonymous
-
a month ago
2023-09-06 16:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Capturing elements inside square brackets
PCRE2 (PHP >=7.3)
Using regex, you can use a pattern that takes three comma-separated elements and then extracts the third element from inside the brackets.
Submitted by
anonymous
-
a month ago
2023-09-06 14:06
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
DSL tags missing closing pair tags
PCRE2 (PHP >=7.3)
Checking whether all [b] tag pairs are present in *.dsl text
Submitted by
anonymous
-
a month ago
2023-09-04 23:03
1
2
3
4
5
...
274
silly radio
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
radio
(
get
|
say
(?<str>
.
+
)
|
set
(?<int>
\d
{1,4}
)
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 months ago
2023-05-30 23:33