Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,500 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse binomial expression input
PCRE2 (PHP >=7.3)
Parse the binomial expression input
Submitted by
nil
-
a year ago
2022-05-29 12:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Prefix all classes
ECMAScript (JavaScript)
Prefix all classes
Submitted by
anonymous
-
a year ago
2022-05-30 03:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BIOS
PCRE2 (PHP >=7.3)
/
Submitted by
Pang Chin Pok
-
a year ago
2022-05-30 14:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
joplinapp inline tasks
PCRE2 (PHP >=7.3)
first get: duedate
Submitted by
anonymous
-
a year ago
2022-05-30 14:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match 2 Consecutive Characters
PCRE2 (PHP >=7.3)
Matches two consecutive characters. E.g. Applying match to, 'OOOO P' results in matches of, '~O'.
Submitted by
Matthew Hiebing
-
a year ago
2022-05-30 17:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get every first letter of each word
PCRE2 (PHP >=7.3)
Get every first letter of each word
Submitted by
anonymous
-
a year ago
2022-05-31 01:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1
PCRE2 (PHP >=7.3)
1
Submitted by
anonymous
-
a year ago
2022-05-31 15:47
(Last modified a year ago)
2022-05-31 16:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
3
PCRE2 (PHP >=7.3)
3
Submitted by
anonymous
-
a year ago
2022-05-31 18:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse OFX date / date-time
PCRE2 (PHP >=7.3)
Parses an Open Financial Exchange date or date-time string as specified in "3.2.8.1 Dates, Times, and Time Zones" of the OFX Banking Specification, Version 2.3 October 2020.
Submitted by
Bryce Marshall
-
a year ago
2022-06-01 01:15
(Last modified a year ago)
2022-06-01 04:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ИНН
PCRE2 (PHP >=7.3)
Проверка правильности кадастрового номера
Submitted by
Virenbar
-
a year ago
2022-06-01 11:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
СНИЛС
PCRE2 (PHP >=7.3)
Проверка формата СНИЛС
Submitted by
Virenbar
-
a year ago
2022-06-01 11:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
СНИЛС укороченный
PCRE2 (PHP >=7.3)
Более компактный шаблон для проверки СНИЛС
Submitted by
anonymous
-
a year ago
2022-06-01 14:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
6 Digit Numeric Length
ECMAScript (JavaScript)
This Test will check is the given string is Exactly of 6 digits & all chars are Numbers. use case OTP Validations.
Submitted by
anonymous
-
a year ago
2022-06-02 06:02
(Last modified a year ago)
2022-06-03 00:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
text between two parameters
PCRE2 (PHP >=7.3)
the gray ones are the wanted parameters
Submitted by
anonymous
-
a year ago
2022-06-03 01:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UPI ID regex
ECMAScript (JavaScript)
regex to detect or extract UPI ID
Submitted by
anonymous
-
a year ago
2022-06-03 14:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Tizen Package ID Requirements
ECMAScript (JavaScript)
These are the requirements for a Tizen Pacakge ID of type applicationIdType This type expects pattern '[0-9a-zA-Z]{10}.{1,52}'
Submitted by
sherwino
-
a year ago
2022-06-03 15:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
域名规则
ECMAScript (JavaScript)
域名规则
Submitted by
anonymous
-
a year ago
2022-06-06 06:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
中英文、数字、全角符号的验证正则
PCRE2 (PHP >=7.3)
匹配中、英文、数字、全角符号,破折号和下滑线,不匹配除了这些以外的其他字符
Submitted by
nihuge
-
a year ago
2022-06-06 06:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regax for validate any variable string
PCRE2 (PHP >=7.3)
Regax for validate any variable string
Submitted by
Chandan
-
a year ago
2022-06-06 09:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse m3u8 IPTV playlist
PCRE2 (PHP >=7.3)
$1 or $channel = channel name $2 or $bullshit = text to ignore $3 or $url = channel url "HD" inside of `` group is search string to find all channels (with their urls) which names contain it. Feel free to play around with it.
Submitted by
https://axenov.dev
-
a year ago
2022-06-07 04:08
1
...
216
217
218
219
220
221
222
...
275
words in same sentence (also not consecutive)
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
\s
?
(
(?<!
senza
\s
)
cantina
)
(?!
\:
\s
?
no
)
(?!
(
[^
\.
]
*
(
acquistabil
[
ei
]
)
)
)
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
3 years ago
2020-07-02 13:09