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 3,640 community submitted regex patterns...
0
Prune trailing zeroes.
ECMAScript (JavaScript)
Given a number it will match said number exept any trailing zeroes behind a decimal point or said decimal point if there would be no matched characters behind it. Some applications use trailing zeroes to denote precision. If your application wants to remove said trailing zeroes before displaying the...
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
decode
ECMAScript (JavaScript)
.decode > decode_p2
Submitted by
anonymous
-
2 years ago
0
Match Integromat time
ECMAScript (JavaScript)
Create groups for each part of timecode from Integromat.
Submitted by
Kirsten Jordaan
-
2 years ago
0
SDH Subtitle Replace
ECMAScript (JavaScript)
SDH Subtitle Replace
Submitted by
anonymous
-
2 years ago
0
regex for email
ECMAScript (JavaScript)
Regex for email with testcase from page https://www.softwaretestingo.com/test-cases-for-email-field/
Submitted by
BanhPow
-
2 years ago
(Last modified 2 years ago)
0
Add Decimals
ECMAScript (JavaScript)
Format numbers with decimals
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
select-decimals
ECMAScript (JavaScript)
select the space between precision of two
Submitted by
anonymous
-
2 years ago
0
Angolan phone number
ECMAScript (JavaScript)
Regex to validate Movicel and Unitel phone numbers
Submitted by
Erikson Melgarejo
-
2 years ago
0
Shorten Path
ECMAScript (JavaScript)
takes a path i.e abc/edf/ghi/jkl and shortens it to abc/ … /jkl
Submitted by
anonymous
-
2 years ago
0
DS002 - Get Text Fields
ECMAScript (JavaScript)
Gets all the text fields from the PDF Files
Submitted by
anonymous
-
2 years ago
0
DS002 - Get Project Number
ECMAScript (JavaScript)
Gets the project number from the extracted text fields from the PDF files.
Submitted by
anonymous
-
2 years ago
0
Regex Number Process
ECMAScript (JavaScript)
Regex of matches number process BR.
Submitted by
RAFAELLA CINTRA
-
2 years ago
(Last modified 2 years ago)
0
Validation code FETLOCK pt-br
ECMAScript (JavaScript)
Validação de código de barras boleto padrão "FEBRABAN - Federação Brasileira de Bancos".
Submitted by
Rafaella Cintra
-
2 years ago
(Last modified a year ago)
0
Mask to FETLOCK pt-br
ECMAScript (JavaScript)
Mask to fetlock pt-br. 00000.00000 00000.000000 00000.000000 0 00000000000000
Submitted by
Rafaella Cintra
-
2 years ago
(Last modified 2 years ago)
0
Mask currency default
ECMAScript (JavaScript)
mask currency default
Submitted by
Rafaella Cintra
-
2 years ago
0
Дайвинчик — входящий лайк
ECMAScript (JavaScript)
https://github.com/VityaSchel/daivinchik-assist
Submitted by
anonymous
-
2 years ago
0
Дайвинчик — анкета
ECMAScript (JavaScript)
https://github.com/VityaSchel/daivinchik-assist
Submitted by
anonymous
-
2 years ago
0
Дайвинчик — взаимный лайк
ECMAScript (JavaScript)
https://github.com/VityaSchel/daivinchik-assist
Submitted by
anonymous
-
2 years ago
0
Host & Port & Path
ECMAScript (JavaScript)
support host port and path
Submitted by
anonymous
-
2 years ago
0
At least one uppercase and one lowercase Russian word with no digits nor spaces, nor special characters
ECMAScript (JavaScript)
A regular expression that matches conditions mentioned in above title
Submitted by
Kenya-West
-
2 years ago
1
...
170
171
172
173
174
...
182
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?!
.
*
?
\.
{2,}
)
[
a
-
z0
-
9_
\.
]
{2,32}
$
/
mg
Open regex in editor
Description
Validates if a username is valid or not on the new discord username system
Submitted by
anonymous
-
a year ago