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,000 community submitted regex patterns...
1
Matching upto 255 number range
PCRE (PHP <7.3)
this is for matching integers from 0 to 255
Submitted by
anonymous
-
3 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
-
3 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
-
3 years ago
0
Match questions
PCRE2 (PHP >=7.3)
To debug pasted questions with options
Submitted by
anonymous
-
3 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
-
3 years ago
(Last modified 3 years ago)
-1
rtrtr
Golang
gtgtg
Submitted by
anonymous
-
3 years ago
1
Validate name or last-name
ECMAScript (JavaScript)
Регулярное выражение. От 1 до 15 символов, включая пробелы, исключая спец символы. На любых языках.
Submitted by
anonymous
-
3 years ago
1
Regex_questions_detect
PCRE (PHP <7.3)
if a file has questions and answers, it can detect questions
Submitted by
anonymous
-
3 years ago
0
Parse Received header on email
PCRE2 (PHP >=7.3)
Parse Received header on email
Submitted by
anonymous
-
3 years ago
0
Filter 4, 10 digits and email
Golang
Test
Submitted by
gert rohde
-
3 years ago
0
vue component import suffix replace
ECMAScript (JavaScript)
为了使用vite,替换必须有后缀
Submitted by
anonymous
-
3 years ago
0
Version numbers
Python
Python regex to get version numbers, including if the version number specifies a range such as 1.0-2.0 or >1.0
Submitted by
jhylands
-
3 years ago
1
Flexible Name Matching
Python
Flexible Name Matching This algorithm will match name-formatted strings to a minimum accuracy of 3 correct characters per value. Firstname Lastname ...
Submitted by
Gabriel Gagnon
-
3 years ago
0
get the matching text starting from [** to /.md
PCRE2 (PHP >=7.3)
get the matching text starting from [** to /.md
Submitted by
anonymous
-
3 years ago
0
email validation
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
-
3 years ago
0
test
ECMAScript (JavaScript)
f
Submitted by
anonymous
-
3 years ago
0
my regex
Java 8
test
Submitted by
anonymous
-
3 years ago
0
Bibliography Author|Year Formatted References
Python
Finds author/year formatted refs
Submitted by
anonymous
-
3 years ago
0
reg
PCRE2 (PHP >=7.3)
reg
Submitted by
inj
-
3 years ago
1
shortcode wordpress
PCRE2 (PHP >=7.3)
Wordpress shortcode regular expression
Submitted by
selik
-
3 years ago
1
...
217
218
219
220
221
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
25
[
0
-
5
]
|
2
[
0
-
4
]
\d
|
1
[
0
-
9
]
{2}
|
[
1
-
9
]
?
[
0
-
9
]
|
000
)
$
/
gm
Open regex in editor
Description
this is for matching integers from 0 to 255
Submitted by
anonymous
-
3 years ago