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,040 community submitted regex patterns...
0
CVIKA | Římské číslice
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Ad Astra
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex to extract a Number with 9 digits
PCRE (PHP <7.3)
Regex to extract a Number with 9 digits
Submitted by
anonymous
-
4 years ago
0
匹配相同的连续出现的单词
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
1G
Python
no description available
Submitted by
anonymous
-
4 years ago
0
2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Problem 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Sample
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Detect certain G Suite SKUs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
lista de cgr
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Substitute Wordpress Theme Version Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
VS Code - Stylus Problem Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
VS Code - Stylus Problem Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Zshell - Parameter Name Regexp for TextMate Snippets
ECMAScript (JavaScript)
Zshell parameter name captures Attempts to capture a zsh parameter identifier inside a text selection—intended for use in TextMate snippets that want to do additional selection based replacements (using $TM_SELECTED_TEXT, or other expansion variables). Currently the pattern captures for all cases ...
Submitted by
anonymous
-
4 years ago
0
Safmarine glossary
Python
no description available
Submitted by
anonymous
-
4 years ago
0
jordan iban v5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
jordan iban
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
group test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
valuta v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
Phone number regex
PCRE (PHP <7.3)
Original regex at https://www.regextester.com/103299. I added a check for US country code in front of the area code
Submitted by
anonymous
-
4 years ago
1
...
258
259
260
261
262
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?i)
(
[
$₴₽€
]
)?
(
(?:
\d
[
.,
]
?
)+
)
(
к
[
ао
]
сарей
|
т
(?:
ыс
(?:
яч
)?
|
ыщ
)?
|
[
kKкК
]
)*
(?:
[
\s
.
]
)*
(
р
(?:
уб
)?
(?:
лей
|
асов
)?
|
грн
|
гривень
|
деревянных
|
хрювен
|
[
$₴₽€
]
|
usd
|
rub
|
uah
|
eur
)?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago