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 11,480 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
last segment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-22 11:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Function parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-22 18:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Huawei_4g_sector_oos_hist
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-09-22 19:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HTML Attribute Value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-23 08:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Product number
PCRE (PHP <7.3)
With pn given it will return informations depending of the constructor and more variable
Submitted by
anonymous
-
3 years ago
2020-09-23 09:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
COPD GOLD 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-23 10:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
No Periods or Spaces except leading "Orion."
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-23 17:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
trackA_1.mp3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
3 years ago
2020-09-23 18:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
001_track_1.mp3
Python
no description available
Submitted by
anonymous
-
3 years ago
2020-09-23 18:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email validation regex
PCRE (PHP <7.3)
matches most fully qualified domain addresses with ability to match sub-domains,
Submitted by
anonymous
-
3 years ago
2020-09-23 18:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Números decimales
PCRE (PHP <7.3)
Expresión para controlar que la cadena es un número de hasta 8 dígitos con dos decimales, controla tb que el primer carácter no sea un 0
Submitted by
anonymous
-
3 years ago
2020-09-24 06:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1 Upper, 1 Number, Only alpha, max 8
PCRE (PHP <7.3)
At least 1 uppercase letter At least 1 number At least 8 characters long
Submitted by
anonymous
-
3 years ago
2020-09-28 12:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
c_file_name
PCRE (PHP <7.3)
File name in c
Submitted by
anonymous
-
3 years ago
2020-09-24 14:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
This_Is_My_C_Public_Function
PCRE (PHP <7.3)
This_Is_My_C_Public_Function
Submitted by
anonymous
-
3 years ago
2020-09-24 14:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
this_is_my_c_private_function
PCRE (PHP <7.3)
this_is_my_c_private_function
Submitted by
anonymous
-
3 years ago
2020-09-24 14:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
THIS_IS_MY_MACRO
PCRE (PHP <7.3)
THIS_IS_MY_MICRO
Submitted by
anonymous
-
3 years ago
2020-09-24 14:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Variable-Hungara
PCRE (PHP <7.3)
Variable-Hungara
Submitted by
anonymous
-
3 years ago
2020-09-24 15:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
raw values
PCRE (PHP <7.3)
second match in the object
Submitted by
anonymous
-
3 years ago
2020-09-24 18:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
points
PCRE (PHP <7.3)
last sequence of numbers
Submitted by
anonymous
-
3 years ago
2020-09-24 18:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
points ||
PCRE (PHP <7.3)
last sequence of numbers either starting with pts Pts or Overall Score
Submitted by
anonymous
-
3 years ago
2020-09-24 18:23
1
...
251
252
253
254
255
256
257
...
574
streets with one or more names with unicode characters in python
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
[
a
-
zA
-
Z
\u00C0-\u017E
]
+
(?:
\.
|
-
|
)
)*
[
a
-
zA
-
Z
\u00C0-\u017E
]
*
$
"
gmu
Open regex in editor
Description
Loading markdown...
Submitted by
Stanicio
-
2 years ago
2022-02-13 02:14