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 17,400 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C scientific notation
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 08:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
C characters
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 08:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
numeric string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 10:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex_for_copper_filenames
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PIN Number Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-21 20:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Params (but not QueryParams)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-22 06:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Changelog Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-22 23:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Verify googlebot domain
PCRE (PHP <7.3)
Verifying googlebot domain based on google docs: https://support.google.com/webmasters/answer/80553?hl=en google | googlebot | bot | crawler
Submitted by
anonymous
-
4 years ago
2020-01-23 09:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Non ascii character detection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-23 09:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Brazilian Date Format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-23 14:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Brazilian and US Date Format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-23 14:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Brazilian Phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-23 14:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
class name[]=[2,2,8]; => class[] name= {2,2,8};
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-23 19:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Global => public static
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-23 20:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Busuu string for chinese (博说Busuu) replacement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-24 10:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bundle like parsing
PCRE (PHP <7.3)
You could use this to create bundles like for lintlaist . You could then use regex to parse the text and exxtract it into ahk objects.
Submitted by
anonymous
-
4 years ago
2020-01-24 12:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
h_spring-present-absent
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-test-main
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nm-absent-present
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 04:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Persian Phone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-25 08:34
1
...
722
723
724
725
726
727
728
...
870
Europe - Slovakia - IBAN
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
SK
[
0
-
9
]
{2}
[
0
-
9
]
{20}
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-01-30 21:50