Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Official Emeil validation Regex
Regex from the Mail::RFC822::Address: regexp-based address validation Access here
Submitted by
Igor Julliano Aguiar Sotero
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Valid HTTP url
Matches in python valid urls (excludes some edge cases), but pretty good to verify an URL before scraping it
Submitted by
anonymous
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
匹配中文数字,用于逆向文本标准化
大部分应当匹配的数字都匹配上了。 第2个捕获组,即是内容(可能加的有单位,需要手动去除)
Submitted by
HaujetZhao
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
chit_kaung_song_names
Extract Singer Chit Kaung's song names in Myanmar + English
Submitted by
paing
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Author cite
Get author names from shitty import
Submitted by
anonymous
-
5 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Laughter
Matches all laughter like: hahahahhhahahahha hahha ahah lol lolollolll...
Submitted by
Prozilla
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Egyptian Phone Numbers
Validate Egyptian phone numbers ... Read More (Arabic)
Submitted by
Mahmoud Mostafa
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Egyptian National ID
This validates the components of the Egyptian national ID ... See details (Arabic)
Submitted by
Mahmoud Mostafa
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
shift_factor
extracting constraint id from composed column header
Submitted by
Dario Romero
-
8 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
match eslint packages other than next.js
This could be used to group eslint stuff in renovate config for a next.js project. Since you're intended to keep eslint-plugin-next at the same version as next itself, you would want to group it with next instead. Using negative lookahead we can ignore eslint-config-next (or anything else you may wi...
Submitted by
Mitsunee
-
9 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
List of lists of numbers (no leading zeros)
List of lists of numbers (no leading zeros)
Submitted by
anonymous
-
9 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
vscode-f5 xc reserved ports issue #209
https://github.com/f5devcentral/vscode-f5/issues/209
Submitted by
anonymous
-
11 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Session Start/Close
Capturing Start/Close in IRC-logs
Submitted by
Corpset
-
12 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
capture strings between paragraphs
capture any strings between paragraphs
Submitted by
anonymous
-
13 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
test
test
Submitted by
anonymous
-
13 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 3
for pldi answer
Submitted by
PlaceReporter99
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 2
for pldi answer
Submitted by
PlaceReporter99
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PLDI regex 1
For pldi answer
Submitted by
PlaceReporter99
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Dyno warning regex
Used to separate things in dyno warning
Submitted by
anonymous
-
14 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
decimal number
decimal number validation pattern 1.** integer_ 2.** floating point_
Submitted by
martins
-
14 days ago
1
2
3
4
...
268
Aurora SMS Log Parser
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
python
r"
(
^
ID:
\s.
{3,}
$
|
Сервис:
\s
|
^
Страна:
\s.
{3,}
$
|
Оставшийся
\s
баланс:
.
{3,}
|
Активация
\s.
{3,}
|
Аренда
\s.
{3,}
|
\r\n
|
\s
|
^
Номер:
\s.
{3,}
$
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
sn3kdev
- 3 months ago