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,020 community submitted regex patterns...
0
Wordle Result
Golang
A Regular Expression for the result of a Wordle, that can be shared after completing the Wordle of the Day.
Submitted by
Varun R Gupta
-
3 years ago
0
Matches a specific cli argument for node js
ECMAScript (JavaScript)
Ideally, to be used with JS Array join and String replace methods, like so: process.argv.join(' ').replace(/["']/g, '').match(/(?<=--path[ |=])dist\/.*(?=$)/); The join is to convert array to string to prevent iterating. The replace is to remove single or double quotes for easier matching....
Submitted by
Marc Kassay
-
3 years ago
0
toki pona tokenization
PCRE2 (PHP >=7.3)
a regex for matching words according to the rules of writing toki pona in latin characters
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Match strings starting and ending with the same letter
PCRE2 (PHP >=7.3)
This will match all strings starting and ending with the same letters that are specified in the capturing group (in the parentheses).
Submitted by
@elliottprogrammer
-
3 years ago
0
regularExpe-Racket
PCRE2 (PHP >=7.3)
Exercises for the class with racket
Submitted by
anonymous
-
3 years ago
0
toki pona syllabification
PCRE2 (PHP >=7.3)
regular expression for syllabifying words in toki pona
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Match everything in between quotes
ECMAScript (JavaScript)
Match everything in between quotes
Submitted by
anonymous
-
3 years ago
3
Match any layer bracket pair (.NET)
.NET 7.0 (C#)
Match any layer bracket pair
Submitted by
Yakumo Yukari
-
3 years ago
0
Exercise for FreeCodeCamp - Restrict Possible Usernames
ECMAScript (JavaScript)
Usernames are used everywhere on the internet. They are what give users a unique identity on their favorite sites. You need to check all the usernames in a database. Here are some simple rules that users have to follow when creating their username. Usernames can only use alpha-numeric characters. ...
Submitted by
juanalbglz
-
3 years ago
0
Name and ID in curly braces
.NET 7.0 (C#)
For a string that starts with '{' and ends with '}' looks for a name and id value within the curly braces. The name group should be trimmed when used to remove leading and trailing whitespace. Ex. {Test10} will result in 2 groups being returned Group 1: Test Group 2: 10
Submitted by
Ryan Felton
-
3 years ago
0
LDAP URI regex
PCRE2 (PHP >=7.3)
ldap, ldaps, ipv4, ipv6 & dns (bare bones)
Submitted by
anonymous
-
3 years ago
0
IPv6
PCRE2 (PHP >=7.3)
small ipv6 regex
Submitted by
anonymous
-
3 years ago
0
Daily Stand-up - Slack to Notion
Python
Usage: Used to convert Daily Stand-up text entered in a Slack channel, i.e.: 1. 1x1s with Sam and Alex; research team meeting; non-client work; Profile UT report; future UT planning 2. Sprint planning; Profile UT Rd 2 planning meeting; 1x1 with Madison; weekly design sync; research touch-base with ...
Submitted by
TerpsFreak
-
3 years ago
0
1030
ECMAScript (JavaScript)
Validation
Submitted by
Christopher Santos
-
3 years ago
0
address
PCRE (PHP <7.3)
not sure
Submitted by
anonymous
-
3 years ago
0
hk_ec_lanecrawford
PCRE2 (PHP >=7.3)
Submitted by
Alex
-
3 years ago
0
Michele XP E
ECMAScript (JavaScript)
Teste
Submitted by
Luciano
-
3 years ago
0
正则表达式
PCRE2 (PHP >=7.3)
NFA和DFA的区别
Submitted by
wangheng
-
3 years ago
0
:
PCRE2 (PHP >=7.3)
https://regex101.com/r/769tHt/3
Submitted by
anonymous
-
3 years ago
0
regex101: My Miner Ethpool
PCRE2 (PHP >=7.3)
@[github.com/via06/via06.Atom/releases/tag/etherjs]@gmixsuUAJD
Submitted by
@github.com/via06/via06.Atom/releases/tag/etherjs
-
3 years ago
1
...
155
156
157
158
159
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^\d
*
.\d
*
.\d
*
.\d
*
)
\:
(
\d
*
)
\-\-
.
*
\|\|
(
.
*
)
\|\|
.
*
forward
\:
.
*
in
\:
(
.
*
)
.
out
\:
(
.
*
)
,
src-mac
(
.
*
)
,
proto
(
.
*
)
,
(
\d
*
.\d
*
.\d
*
.\d
*
\:
\d
*
)
\-\>
(
\d
*
.\d
*
.\d
*
.\d
*
\:
\d
*
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago