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,500 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RGB 256 Function Notation
ECMAScript (JavaScript)
Standardized RGB 256 Notation for CSS Functions. For Example: const str = "255, 255, 255"; // Match const str = "0, 10, 200"; // Match...
Submitted by
anonymous
-
a year ago
2022-04-25 09:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ipv4
ECMAScript (JavaScript)
IPv4 string check in JavaScript RegEx
Submitted by
clarkttfu@gmail.com
-
a year ago
2022-04-26 04:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
正規表現例
PCRE2 (PHP >=7.3)
正規表現の例です
Submitted by
anonymous
-
a year ago
2022-04-26 07:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find a word after an immediate pattern of characters
PCRE2 (PHP >=7.3)
This is done for finding data that is allocated after a defined pattern of letters. In this case the example is, after MID, finding the MID number in a raw data string.
Submitted by
anonymous
-
a year ago
2022-04-26 20:24
(Last modified a year ago)
2022-04-26 20:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AWS SSM Cron Schedule Matcher
ECMAScript (JavaScript)
Matches the expression inside the "cron()" expression of a SSM Window.
Submitted by
Jean Nussenzveig
-
a year ago
2022-04-26 20:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Trim leading filename id
PCRE2 (PHP >=7.3)
Removes two numbers and an underscore
Submitted by
anonymous
-
a year ago
2022-04-26 21:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ending with New line or Blank Space
PCRE2 (PHP >=7.3)
this expression can be added to the end of a regular expression to match words which can end with NEW LINE or BLANK SPACE.
Submitted by
J. V. L. Alves
-
a year ago
2022-04-27 12:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Among us detector
PCRE2 (PHP >=7.3)
Detects among us in various formats.
Submitted by
anonymous
-
a year ago
2022-04-27 15:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name title checker
PCRE2 (PHP >=7.3)
For things like Mr. Xyz, or Jr. Abcd.
Submitted by
anonymous
-
a year ago
2022-04-27 15:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Missing copyright detector for Rider (PCRE2)
PCRE2 (PHP >=7.3)
Detects one match per file if that file is missing the expected copyright text. This works with JetBrains Rider IDE. If you are using Visual Studio (.NET), you can replace the \Q and \E with \b
Submitted by
Kris Morness
-
a year ago
2022-04-27 16:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match all periods except the file extension
PCRE2 (PHP >=7.3)
Match all periods except the file extension
Submitted by
anonymous
-
a year ago
2022-04-28 06:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Architectural CSI (Construction specifications institute)
ECMAScript (JavaScript)
CSI is a documentation standard for Architectural buildings and specifications in construciton. Tihs matches the code based on the typical patterns in ues and returns the Number and the description if it iexists. May need retooling for Autodesk Model checker.
Submitted by
Ron Allen 2022
-
a year ago
2022-04-28 18:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get any Tariff number used in the HTS for Customs
PCRE2 (PHP >=7.3)
Tariff number format grabber for any customs related stuff
Submitted by
anonymous
-
a year ago
2022-04-28 20:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Improved HTS matcher
PCRE2 (PHP >=7.3)
For all customs related HTS stuff, you can now put the CBP document you need here and just grab all those tasty, tasty HTS numbers with this handy formula. Cheers!
Submitted by
anonymous
-
a year ago
2022-04-28 20:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Before a word
PCRE2 (PHP >=7.3)
Gets strings before or after a word
Submitted by
SuperMAC
-
a year ago
2022-04-29 21:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
imperva_regex
PCRE2 (PHP >=7.3)
A regex exercise for Imperva
Submitted by
Lesley Miller
-
a year ago
2022-04-30 05:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Código Postal + Localidade Portugal
PCRE2 (PHP >=7.3)
Format: (dddd-ddd)(.*)
Submitted by
Jonathan Vicente
-
a year ago
2022-05-02 07:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
European VAT Numbers
PCRE2 (PHP >=7.3)
EU Vat Number formats
Submitted by
Jonathan Vicente
-
a year ago
2022-05-01 19:28
(Last modified a year ago)
2022-05-02 07:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
youtube-links
PCRE2 (PHP >=7.3)
Regexing all the elements of the youtube playlist
Submitted by
anonymous
-
a year ago
2022-05-01 22:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ecoDMS-REGEX
PCRE2 (PHP >=7.3)
Search Date for AT https://regex101.com/r/Ms68ks/1
Submitted by
TORAMBO.com
-
a year ago
2022-05-02 10:37
1
...
212
213
214
215
216
217
218
...
275
BDDF
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
Comnt
£
(
.
+
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
7 years ago
2016-04-26 12:48