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 6,180 community submitted regex patterns...
0
ESO
ECMAScript (JavaScript)
eso
Submitted by
KC
-
3 years ago
0
Dates in fluent language
ECMAScript (JavaScript)
Dates in fluent language
Submitted by
xxx
-
3 years ago
0
Get the number which length = 15 in string
ECMAScript (JavaScript)
Match the number which length = 15 in string
Submitted by
TQT
-
3 years ago
0
Extract the last word in a string
ECMAScript (JavaScript)
Match the last word in a string
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
iso-8601-optional-milliseconds
PCRE2 (PHP >=7.3)
iso-8601-optional-milliseconds
Submitted by
anonymous
-
3 years ago
0
FBGOD_QF
PCRE2 (PHP >=7.3)
ff
Submitted by
anonymous
-
3 years ago
0
Password Validator
ECMAScript (JavaScript)
Requirements: 8 characters 1 number 1 symbol Note: Case Insensitive
Submitted by
Srinivas
-
3 years ago
0
SORT-data
PCRE2 (PHP >=7.3)
This detect format for SORT data
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Not alphanumeric
PCRE2 (PHP >=7.3)
Find lines that are not alphanumeric
Submitted by
anonymous
-
3 years ago
0
file name prefix
PCRE2 (PHP >=7.3)
file name prefix
Submitted by
anonymous
-
3 years ago
0
teste
PCRE2 (PHP >=7.3)
teste
Submitted by
anonymous
-
3 years ago
0
PayPal.Me
PCRE2 (PHP >=7.3)
Verifies a paypal.me link
Submitted by
Dylan
-
3 years ago
0
All Kenyan mobile number Regex
PCRE2 (PHP >=7.3)
Match against number sequence using international +254 or local 07 and 01 prefixes.
Submitted by
Faderr Blak
-
3 years ago
0
YouTube Video Validation Expression
PCRE2 (PHP >=7.3)
This expression validates if a string is a YouTube video. Note this will not work for playlists.
Submitted by
anonymous
-
3 years ago
0
YouTube Video Validation Expression
PCRE2 (PHP >=7.3)
This expression validates if a string is a YouTube video. Note this will not work for playlists.
Submitted by
UnrealApex
-
3 years ago
0
YouTube Video Id Extractor
PCRE2 (PHP >=7.3)
Extracts video id of YouTube videos. Note: will not work for playlists
Submitted by
UnrealApex
-
3 years ago
0
Extract pdc name and version from ApplicationContext-pdc.xml
PCRE2 (PHP >=7.3)
Extract pdc name and version from ApplicationContext-pdc.xml
Submitted by
anonymous
-
3 years ago
0
eliminate doublicated lines in DBCs after transofming TX-Message Attribs to Message-Attribs
PCRE2 (PHP >=7.3)
searches for doublicate lines starting with 'BA'
Submitted by
CZ_LMH
-
3 years ago
0
YouTube ID receiver
ECMAScript (JavaScript)
Detects YouTube link in the standard format and shortcuts and it receives the ID of the YT video.
Submitted by
Velidan
-
3 years ago
0
Multi Language Letters with single space, no symbol or number or trailing spaces
ECMAScript (JavaScript)
This is tedious
Submitted by
anonymous
-
3 years ago
1
...
214
215
216
217
218
...
309
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<=
\s
)
[^
\s
]
+
$
/
gm
Open regex in editor
Description
能够获取大部分具备标准格式的秀人套图的模特名字,但没办法解决本身名字中带有空格的问题
Submitted by
anonymous
-
3 years ago