Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
1
AOC 2024 D3 regex
Rust
The regex to be used in both parts of adventofcode.com 2024 day 3 puzzle
Submitted by
dragmine149
-
15 days ago
1
Parse Cabrillo Amateur Radio Contest QSO line (CQWW - Zone Exchange)
PCRE (PHP <7.3)
Parses the QSO line of the Amateur radio contest log file format called Cabrillo. This handles the CQ World-wide contest exchange format of RS[T] and a zone. It would be a starting point for other exchanges like ARRl Field Day or another one with spaces in the exchange. This does handle either a QSO...
Submitted by
NY4I
-
15 days ago
(Last modified 15 days ago)
1
ARRL Sections
PCRE2 (PHP >=7.3)
Finds valid ARRL sections
Submitted by
NY4I
-
15 days ago
1
Valid US State Abbreviations
PCRE2 (PHP >=7.3)
Unlike the community regexes that just check if the field is two alpha digits, this checks the content for the actual US state abbreviation.
Submitted by
NY4I
-
15 days ago
1
Advent of code 2024 day 3 step 2
PCRE2 (PHP >=7.3)
https://adventofcode.com/2024/day/3 I am wondering if there's a way to have mul do and don't appear under the same group
Submitted by
anonymous
-
15 days ago
(Last modified 15 days ago)
1
advent of code 2024 day3
Golang
regex of challenge
Submitted by
Marcell Martini
-
14 days ago
(Last modified 13 days ago)
1
Paragraph Delimiter Counter (Unicode-Aware)
.NET 7.0 (C#)
Finds all paragraphs in the input text, where a paragraph is defined as any occurrence of a non-whitespace character immediately following any of the following and any other preceding whitespace: 2 or more consecutive CRLF sequences 2 or more consecutive CR characters 2 or more consecutive LF cha...
Submitted by
dodexahedron
-
13 days ago
(Last modified 13 days ago)
1
Imiona i nazwiska
PCRE2 (PHP >=7.3)
Imiona i nazwiska
Submitted by
anonymous
-
9 days ago
(Last modified 6 days ago)
1
quote-OBprefix
ECMAScript (JavaScript)
Frequently-used prefix regex expressions with quote form in Obsidian plugins.
Submitted by
YaoYYoung
-
8 days ago
(Last modified 8 days ago)
1
OBprefix
ECMAScript (JavaScript)
Frequently-used prefix regex expressions without quote form in Obsidian plugins.
Submitted by
anonymous
-
8 days ago
(Last modified 8 days ago)
1
prevent double zeros
ECMAScript (JavaScript)
prvent double zeros also decimals
Submitted by
bilal
-
7 days ago
1
Parse EPICS Substitution files
PCRE2 (PHP >=7.3)
Extracts the file name and substitution pattern for each entry in an EPICS substitution file. See https://docs.epics-controls.org/projects/base/en/latest/msi.html#dbloadtemplate-format for a description of the file format being parsed
Submitted by
Giles Knap
-
7 days ago
1
js-br
ECMAScript (JavaScript)
teste
Submitted by
anonymous
-
5 days ago
1
Discord emoji & Markdown links
Rust
NOTE The word text is used to substitute all alphanumeric characters as well as underscores ([a-zA-Z0-9_]). Captures: ...
Submitted by
anonymous
-
4 days ago
(Last modified 4 days ago)
1
Hexadecimal
ECMAScript (JavaScript)
Only matches if the entire string is in hexadecimal format
Submitted by
anonymous
-
2 days ago
1
punctuation detector
PCRE2 (PHP >=7.3)
removes punctuation
Submitted by
anonymous
-
10 hours ago
-2
Remove namespaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
11 years ago
-2
Header `Link` validator
ECMAScript (JavaScript)
no description available
Submitted by
Vaseker
-
10 years ago
-2
html check in spacial case
PCRE (PHP <7.3)
it check the html content with like html tag but not html. somthing this not html content but it has content like html tag.
Submitted by
A. K. Asik
-
10 years ago
-2
4 digit numeric w/o leading zero and no repeat digits
PCRE (PHP <7.3)
A pcre that capture a 4-digit numeric that does not allow a leading zero and no repeat digits.
Submitted by
Jeff Thompson
-
10 years ago
1
...
372
373
374
375
376
...
902
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
(?<!
<
[^
>
]
*
)
>
(
(
\d
{1,}
\.
|
-
|
\/\/
|
\%\%
|
\#
)
)?
(
\[
[
x
]
\]
)?
)
/
gm
Open regex in editor
Description
Frequently-used prefix regex expressions with quote form in Obsidian plugins.
Submitted by
YaoYYoung
-
8 days ago
(Last modified 8 days ago)