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...
0
identify pseudocode do while until loop
PCRE (PHP <7.3)
identify pseudocode do while until loop
Submitted by
anonymous
-
4 years ago
0
Used to search last occurence of a string and trim it to the required digits
PCRE2 (PHP >=7.3)
https://regex101.com/r/LWtvla/1
Submitted by
Sri
-
4 years ago
0
보험상품명
PCRE2 (PHP >=7.3)
보험상품명
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
청약채널
PCRE2 (PHP >=7.3)
청약채널
Submitted by
anonymous
-
4 years ago
0
Singapore UEN
PCRE (PHP <7.3)
Should match all valid UENs but doesn't check Entity Type is valid. Based on: https://www.uen.gov.sg/ueninternet/faces/pages/admin/aboutUEN.jspx
Submitted by
Harry Gordon
-
4 years ago
(Last modified 4 years ago)
0
valid time check
Python
written as a part of the Coursera interacting with the OS course offered via Google
Submitted by
anonymous
-
4 years ago
0
Breakdown datetime stamp into parts (YYYY-MM-DD[T]HH:MM:SS)
ECMAScript (JavaScript)
This will break the datetime string into it's individual parts and add them into named groups.
Submitted by
Tony Hume
-
4 years ago
0
0401 - logstash
PCRE2 (PHP >=7.3)
logstash match test
Submitted by
anonymous
-
4 years ago
0
PAN Card
PCRE2 (PHP >=7.3)
PAn Card
Submitted by
anonymous
-
4 years ago
0
증권번호
PCRE2 (PHP >=7.3)
증권번호
Submitted by
anonymous
-
4 years ago
0
피보험자명
PCRE2 (PHP >=7.3)
피보험자명
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
senegal phone number regex
ECMAScript (JavaScript)
Check if the phone number is correct from sénégal
Submitted by
Me
-
4 years ago
0
주피와의관계
PCRE2 (PHP >=7.3)
주피와의관계
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Verify Cambodian mobile phone number(柬埔寨手机号码正则)
PCRE (PHP <7.3)
国家:Cambodia 中文名称:柬埔寨 区域码:+855 手机号位数:8或9 号段:10-18 其他号段:31、38、60、61、66-71、76-78、80、81、83-89、90-93、95-99...
Submitted by
7kk
-
4 years ago
0
Verify Indian mobile number(印度手机号码正则)
PCRE (PHP <7.3)
国家:India 中文名称:印度 区域码:+91 手机号位数:10 号段:7503、7504、8000、900 ...
Submitted by
7kk
-
4 years ago
0
Math HTML tag
PCRE2 (PHP >=7.3)
text
Submitted by
anonymous
-
4 years ago
0
Fund - Arriving in Kathmandu
Java 8
Simple regex for Softuni
Submitted by
anonymous
-
4 years ago
0
확장자 트릭.
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
4 years ago
0
telephone validator from FCC
ECMAScript (JavaScript)
passes freecodecamp's telephone validator
Submitted by
anonymous
-
4 years ago
0
Practice email validation
ECMAScript (JavaScript)
Solves the practice problem from https://www.sitepoint.com/learn-regex/
Submitted by
Nhi Mai-Do
-
4 years ago
1
...
423
424
425
426
427
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<first_sentence>
.
*
[
.?!
]
)
\s
+
(?<second_sentence>
.
*
)
\n
/
gm
Open regex in editor
Description
8k realese
Submitted by
Cache
-
4 years ago