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
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 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 9,340 community submitted regex patterns...
0
Tele
PCRE (PHP <7.3)
no description available
Submitted by
Alpha
-
10 years ago
0
Single Mustache
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Regex for parsing function command line arguments
PCRE (PHP <7.3)
How i can parse the following function command line: The separtor is (\s-\w\s) like -c or -d or -n C:/my app/bin/Reader.dll -n Proc_20ms -c C:/Users/Braun/Desktop/test.csv -t Continue the simulation from the first line of the csv-file -j none -V errors and warnings (default) -d , to: ...
Submitted by
Braun
-
9 years ago
0
Numéro téléphone portable
PCRE (PHP <7.3)
prend en compte les +33 requiert un début par 06 ou 07 accepte les séparateurs de type "." ou " "
Submitted by
brad.inside@gmail.com
-
9 years ago
0
Check_Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Search for progressive download numbre
PCRE (PHP <7.3)
no description available
Submitted by
Antonio Malatesta
-
9 years ago
0
If a line seems valid phone number, change to common format
PCRE (PHP <7.3)
Let's say a phone number is valid in case it has 11 digits (or 13 in case we use 00 instead of + ). Take those lines to common format. original idea was to remove all non-digit characters from those lines with simple match like but combined with look-ahead it just did not work, had to go through ea...
Submitted by
zolo
-
9 years ago
0
Find all Internet Explorer 11.x pkgmgr packages
PCRE (PHP <7.3)
This regex can be used to find all of the packages (.mum) files in the WINDIR%\servicing\Packages directory. I used it to remove the update packages from Winodws 7 pkgmgr /up:"filename" /norestart /quiet
Submitted by
Pressanykey
-
9 years ago
0
UK Companies Registration Number
PCRE (PHP <7.3)
Checks that the number and optional prefix submitted are in a valid UK Companies House format.
Submitted by
Steve Haworth
-
9 years ago
0
Most SAS boundaries
PCRE (PHP <7.3)
Picks up %macro, %inc, data step, and proc boundaries.
Submitted by
Leo Lopes
-
9 years ago
0
SAS Boundaries version 3
PCRE (PHP <7.3)
Basic sas boundaries, %macro proc %include etc
Submitted by
Leo Lopes
-
9 years ago
0
Validate Semantic version numbering
PCRE (PHP <7.3)
This validates version numbers that adhear to the Semantic protocol e.g. in form of xx.xx.xx or 1.2.2
Submitted by
Al
-
9 years ago
0
#tagging tag form regex
PCRE (PHP <7.3)
hash tagging actual title or description format regex
Submitted by
rameespu@gmail.com
-
9 years ago
0
#tagging original form regex
PCRE (PHP <7.3)
#tagging original form regex
Submitted by
rameez rami
-
9 years ago
0
Unix file name from full path
PCRE (PHP <7.3)
Replace the forward slashes with back slashes for Windows
Submitted by
anonymous
-
9 years ago
0
hidden項目デフォルト隠蔽
PCRE (PHP <7.3)
これを技術担当に見せれば理解してくれるはず。 '(]type="[text|hidden]"value=")(+)("*>)' このコードがデフォルトでClickTaleタグ内のJSに付与されてて、 これがあるとフォームで入力された項目等は全て【ーーーー】に...
Submitted by
井上
-
9 years ago
0
Search for foobar in a csv string
PCRE (PHP <7.3)
Search for foobar in a csv string
Submitted by
Balmark
-
9 years ago
0
regex buscar string u otro string
PCRE (PHP <7.3)
RegEx Multiples String seguido de un string fijo
Submitted by
profvalenzuela
-
9 years ago
0
TAYLOR REPLACEMENT STRING
PCRE (PHP <7.3)
TAYLOR Part Replacement
Submitted by
Case Ahr
-
9 years ago
0
OSI Key
PCRE (PHP <7.3)
no description available
Submitted by
Mike LeBlanc
-
9 years ago
1
2
3
...
467
IPv4 Validator
11
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
(?:
25
[
0
-
5
]
|
2
[
0
-
4
]
\d
|
1
?
\d
{1,2}
)
(?:
\.
(?!
$
)
|
$
)
){4}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)