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...
0
Kotlin FTP Proto Check
Java 8
ftpProtoCheck
Submitted by
anonymous
-
4 years ago
0
http{s} non-capturing regex kotlin
Java 8
This is a kotlin implementation of a http{s} protocal check for when routing
Submitted by
yugely
-
4 years ago
0
Match Number in a string
PCRE2 (PHP >=7.3)
That's all
Submitted by
anonymous
-
4 years ago
1
Simple AWS ARN Regex
ECMAScript (JavaScript)
Simple AWS ARN Regex
Submitted by
anonymous
-
4 years ago
0
IMPORTANT REGEX
PCRE2 (PHP >=7.3)
important
Submitted by
anonymous
-
4 years ago
1
MBI Format
Java 8
Medicare Beneficiary Identifier (MBI) Format https://www.cms.gov/medicare/new-medicare-card/understanding-the-mbi-with-format.pdf
Submitted by
Chee Cheng
-
4 years ago
(Last modified 4 years ago)
0
reg
PCRE2 (PHP >=7.3)
r
Submitted by
anonymous
-
4 years ago
0
US Telephone Number validation
ECMAScript (JavaScript)
regex code for US telephone number validation for freecodecamp exercise
Submitted by
Erik @raxsonic
-
4 years ago
0
Email Validation
PCRE2 (PHP >=7.3)
Writes a regular expression that performs simple email validation An email consists of: username @ domain name Usernames are alphanumeric Domain names consist of two strings, separated by a period Domain names may contain only English letters ...
Submitted by
anonymous
-
4 years ago
0
Match Dates
PCRE2 (PHP >=7.3)
extracts dates from text; Valid date format: dd-MMM-yyyy
Submitted by
anonymous
-
4 years ago
0
Match all words
PCRE2 (PHP >=7.3)
extracts all word char sequences from given text
Submitted by
anonymous
-
4 years ago
0
match all printable basic ASCII characters in c++
PCRE2 (PHP >=7.3)
match all printable basic ASCII characters in c++ #include #include #include ...
Submitted by
zhongmeng Yu
-
4 years ago
1
the_100_720p_hun-eng_sln
PCRE2 (PHP >=7.3)
rss filter, deluge, ncore Episodes and Seasons
Submitted by
Klein
-
4 years ago
(Last modified 4 years ago)
1
Matching upto 255 number range
PCRE (PHP <7.3)
this is for matching integers from 0 to 255
Submitted by
anonymous
-
4 years ago
1
Regex for chatbot to match & extract multiple command
ECMAScript (JavaScript)
Example: "/lowercase HELLO .:uppercase ::weather london" Match #1 prefix: / command: lowercase arguments: HELLO...
Submitted by
CietstHydroxide
-
4 years ago
0
regex for the minute part of crontab
PCRE2 (PHP >=7.3)
hopefully matches all variations of the minute part of a crontab. working on the other parts soon
Submitted by
nick g
-
4 years ago
0
Match questions
PCRE2 (PHP >=7.3)
To debug pasted questions with options
Submitted by
anonymous
-
4 years ago
1
PHP Multiline Error Log
PCRE2 (PHP >=7.3)
Matches multiline entries (e.g. those containing exception stack traces or just multiline values) in a PHP error log produced by error_log().
Submitted by
Anton Ukhanev
-
4 years ago
(Last modified 4 years ago)
-1
rtrtr
Golang
gtgtg
Submitted by
anonymous
-
4 years ago
1
Validate name or last-name
ECMAScript (JavaScript)
Регулярное выражение. От 1 до 15 символов, включая пробелы, исключая спец символы. На любых языках.
Submitted by
anonymous
-
4 years ago
1
...
218
219
220
221
222
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\b\d
+
(?:
[
\.
,
]
\d
+
)?
\b
(?!
(?:
[
\.
,
]
\d
+
)
|
(?:
\s
*
(?:
%
|
percent
)
)
)
)
/
gm
Open regex in editor
Description
That's all
Submitted by
anonymous
-
4 years ago