Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
regex to check array field with true, false value
Created
·
2021-05-07 11:34
Flavor
·
PCRE2 (PHP)
'active' => true; 'active'=> true; 'active' =>true; 'active'=>true; 'active' => false; 'active'=> false; 'active' =>false; 'active'=>false;
Submitted by
Saurabh
0
addrestest
Created
·
2021-05-07 12:23
Flavor
·
PCRE2 (PHP)
address java
Submitted by
anonymous
0
Date parser
Created
·
2021-05-07 12:38
Flavor
·
PCRE2 (PHP)
Some invalid dates are matched. For those, add control using java when parsed if number is greater than limit.
Submitted by
anonymous
0
Float
Created
·
2021-05-07 13:21
Flavor
·
PCRE2 (PHP)
Save float point number.
Submitted by
anonymous
0
Parsed PGN
Created
·
2021-05-07 14:59
Flavor
·
ECMAScript (JavaScript)
In my use case, I had to parse PGN this way for my book opening apps. Transformed result later { 1: { black: 'c6' white: 'e4' fen: ... } } Thanks to @metalsadmin for the leads
Submitted by
Muhammad Surga Savero
0
The entire world and more
Created
·
2021-05-07 22:26
Flavor
·
PCRE2 (PHP)
matches only uppercase consonants really sure.
Submitted by
Doomject-Supreme
0
add interfaces to ef models
Created
·
2021-05-09 16:56
Flavor
·
PCRE (Legacy)
Use this to add interfaces to ef models using vs replace all with regex
Submitted by
anonymous
0
OmegaT exercise: separators in figures (en -> es)
Created
·
2021-05-09 18:18
Flavor
·
Java
Replace thousand and decimal separators
Submitted by
anonymous
0
OmegaT exercises
Created
·
2021-05-09 18:23
Flavor
·
Java
OmegaT exercises
Submitted by
msoutopico
0
Migros_brackets
Created
·
2021-05-11 07:08
Flavor
·
PCRE2 (PHP)
Migros brackets
Submitted by
anonymous
0
JS Project Folder Name Match
Created
·
2021-05-11 10:05
Flavor
·
Python
JS Project Folder Name Match
Submitted by
Yew Meng
0
Passwort-Validierung
Created
·
2021-05-11 16:36
Updated
·
2021-05-11 16:53
Flavor
·
PCRE2 (PHP)
Eine einfache RegEx zur Validierung von Passwörtern mit folgenden Regeln: mind. eine Ziffer mind. ein Kleinbuchstabe mind. ein Großbuchstabe mind. ein Sonderzeichen (!?-_.:,;+*~#“'´`\\={}()\/&%$§) mind. 8 Zeichen max. 32 Zeichen
Submitted by
Ruben Winkler - Der ultimative Regular Expression Komplettkurs
0
Zeichen (Literal Characters)
Created
·
2021-05-11 16:51
Flavor
·
PCRE2 (PHP)
Beispiel zur Lektion "Zeichen (Literal Characters)".
Submitted by
Ruben Winkler - Der ultimative Regular Expression Komplettkurs
0
Links in HTML
Created
·
2021-05-11 18:22
Updated
·
2021-05-11 18:45
Flavor
·
PCRE (Legacy)
Example href="https://example.com"
Submitted by
anonymous
0
Vezetéknév
Created
·
2021-05-11 18:32
Flavor
·
PCRE2 (PHP)
Ellenőrzi a magyar ékezetes, kötőjeles, szóközzel vagy ponttal elválasztott neveket.
Submitted by
anonymous
0
Keresztnév ellenőrzés
Created
·
2021-05-11 18:51
Flavor
·
PCRE2 (PHP)
RegEx, ami a magyar ékezetes keresztneveket ellenőrzi.
Submitted by
anonymous
0
Wie arbeiten RegEx?
Created
·
2021-05-11 19:01
Flavor
·
PCRE2 (PHP)
Beispiel zur Lektion "Wie arbeiten RegEx?".
Submitted by
Ruben Winkler - Der ultimative Regular Expression Komplettkurs
0
匹配敏感词
Created
·
2021-05-12 06:33
Flavor
·
Python
用"第一|质量|最"这些敏感词来寻找并匹配字符串
Submitted by
anonymous
0
IBAN Search
Created
·
2021-05-12 07:41
Flavor
·
PCRE2 (PHP)
with white space and capitals
Submitted by
anonymous
0
Date YYYY-MM-DD | YYYY/MM/DD | YYYY.MM.DD (ex. 2021-12-09) (leading zeros for month and day)
Created
·
2021-05-12 13:55
Flavor
·
Python
For Dates formatted YYYY-MM-DD separated by Dot (.) Dash(-) or Slash(/) like (2021-04-08) with Zeros for single digit Month and Day.
Submitted by
QuickRegEx
Previous page
1
…
769
770
771
772
773
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-05-11 18:51
Flavor
·
PCRE2 (PHP)
/
^
[
A
-
ZÁÉÍÓÖŐÚÜŰ
]
(
[
a
-
záéíóöőúüű
]
+
\s
?
(
[
A
-
ZÁÉÍÓÖŐÚÜŰa
-
záéíóöőúüű
]
*
)
)
$
/
mg
Open regex in editor
Description
RegEx, ami a magyar ékezetes keresztneveket ellenőrzi.
Submitted by
anonymous