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 2,920 community submitted regex patterns...
0
surrounded by regex
PCRE2 (PHP >=7.3)
surrounded by regex
Submitted by
anonymous
-
4 years ago
0
surrounded by regex
PCRE2 (PHP >=7.3)
surround a string by $$ chards
Submitted by
anonymous
-
4 years ago
0
Alpha Numeric with International characters
PCRE2 (PHP >=7.3)
Alpha Numeric with International characters with space This matches any letter, number, or space in most languages. [...] -> Match with conditions [a|b] -> Match 'a' OR 'b'...
Submitted by
Dinesh Swami
-
4 years ago
0
PHPDocumentor - Add missing @since tags in doc blocks
PCRE2 (PHP >=7.3)
This regular expression helps keeping the PHP documentation up to date by adding the @since tags in the doc block where there are none.
Submitted by
raaaahman
-
4 years ago
0
v1.colName, v2.colName ==> or decode( v1.colName, v2.colName, 1, 0) = 0
PCRE2 (PHP >=7.3)
For Oracle DB, as it doesn't consider null != informed DATE, and considers null != null. For the WHERE clause. = 0 to get differences = 1 to get "sameness"...
Submitted by
R. Moreno
-
4 years ago
0
Validate XML
PCRE2 (PHP >=7.3)
Validate XML
Submitted by
anonymous
-
4 years ago
0
"zoom" follow bots
PCRE2 (PHP >=7.3)
this is for finding all of the "zoom" follow bots on twitch
Submitted by
Math
-
4 years ago
0
日志解析
PCRE2 (PHP >=7.3)
日志解析
Submitted by
vito
-
4 years ago
0
Getting Parts of URL
PCRE2 (PHP >=7.3)
https://stackoverflow.com/questions/27745/getting-parts-of-a-url-regex
Submitted by
anonymous
-
4 years ago
0
texto antes de https
PCRE2 (PHP >=7.3)
lookToo
Submitted by
Daniel Alvarez
-
3 years ago
0
Filename Match and Parsing.
PCRE2 (PHP >=7.3)
Parse a filename into path, filename and extension (directory names are windows style, but changeable). Matches are accessible by name and number. This is dependent on PCRE compatibility. It uses (DEFINE) non-consuming group definitions and back references. The only good description of using thi...
Submitted by
anonymous
-
3 years ago
0
regex for website links
PCRE2 (PHP >=7.3)
for links
Submitted by
mohammad sultan
-
3 years ago
0
regex_emplacement_bl
PCRE2 (PHP >=7.3)
regex_emplacement_bl
Submitted by
GuiF
-
3 years ago
0
Opção de Compra (CALL)
PCRE2 (PHP >=7.3)
como identificar opção de compra de ações (CALL)
Submitted by
marcos lira
-
3 years ago
0
rgex_vue_bl
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
3 years ago
0
SOURCEDOC_SHAPE_PATTERN
PCRE2 (PHP >=7.3)
o
Submitted by
anonymous
-
3 years ago
0
Precision 5.1
PCRE2 (PHP >=7.3)
Numbers with 5.1 precision
Submitted by
anonymous
-
3 years ago
0
regex_licence_bl
PCRE2 (PHP >=7.3)
sdf
Submitted by
guib
-
3 years ago
0
Url Id Match
PCRE2 (PHP >=7.3)
Matches, in a named group of 'tracker', digits 1 or 2 in a Url
Submitted by
anonymous
-
3 years ago
0
all characters including new lines
PCRE2 (PHP >=7.3)
https://regex101.com/r/VhkyuM/1
Submitted by
anonymous
-
3 years ago
1
...
65
66
67
68
69
...
146
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
A
-
ZÁÉÍÓÖŐÚÜŰ
]
(
[
a
-
záéíóöőúüű
]
+
\s
?
[
\-
\s
\.
]
?
\s
?
[
A
-
Za
-
zÁÉÍÓÖŐÚÜŰáéíóöőúüű
]
*
)
$
/
gm
Open regex in editor
Description
Ellenőrzi a magyar ékezetes, kötőjeles, szóközzel vagy ponttal elválasztott neveket.
Submitted by
anonymous
-
3 years ago