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 3,480 community submitted regex patterns...
0
Match wikipedia thumbnails images v5
Created
·
2022-11-10 21:16
Updated
·
2022-11-10 21:27
Flavor
·
ECMAScript (JavaScript)
Match wikipedia thumbnails images V5
Submitted by
anonymous
0
Turkiye GSM Operator Numbers 0(5__)
Created
·
2022-11-13 06:11
Flavor
·
ECMAScript (JavaScript)
Regex to validate Turk Gsm Company numbers
Submitted by
irfanMiral.com
0
date format
Created
·
2022-11-14 20:33
Flavor
·
ECMAScript (JavaScript)
relative date format
Submitted by
anonymous
0
match non-english number beside @
Created
·
2022-11-15 13:41
Flavor
·
ECMAScript (JavaScript)
im looking for way to much the above title, in reliable way
Submitted by
perymimon
0
Word boundary with umlauts
Created
·
2022-11-16 09:48
Flavor
·
ECMAScript (JavaScript)
Word boundary \b does not support all kinds of umlauts.
Submitted by
anonymous
0
extract numbers from DMS (degrees, minutes, seconds)
Created
·
2022-11-17 15:22
Flavor
·
ECMAScript (JavaScript)
extract numbers from DMS (degrees, minutes, seconds). 33°28′17″ N ----> 33 / 28 / 17
Submitted by
anonymous
0
Superscript symbols and numbers in HTML only where valid.
Created
·
2022-11-18 19:10
Flavor
·
ECMAScript (JavaScript)
Superscript most symbols and numbers in HTML, but not in actual HTML tags where they also may appear but would create invalid HTML.
Submitted by
Colin Whelan
0
Detect start of words to then convert string to camelCase, kebab-case, snake_case, etc.
Created
·
2022-11-22 15:48
Flavor
·
ECMAScript (JavaScript)
You can use this to match the first character in each word. Use a function to then iterate over the matches to transform into the various cases.
Submitted by
Matt Scheurich
0
Currency
Created
·
2022-11-23 17:38
Flavor
·
ECMAScript (JavaScript)
Currency
Submitted by
jerryd
0
remove any salutation like mr. mrs Dr. etc from the beginning of the name
Created
·
2022-11-24 23:05
Flavor
·
ECMAScript (JavaScript)
remove any salutation like mr. mrs Dr. etc from the beginning of the name
Submitted by
prax
0
CSV Parsing one by one value including \n
Created
·
2022-11-26 14:46
Flavor
·
ECMAScript (JavaScript)
CSV Parsing one by one value including \n
Submitted by
Dirk Holtwick
0
匹配句子,第一个单词首字母大写,结尾匹配句号、问好、感叹号。
Created
·
2022-11-26 17:05
Flavor
·
ECMAScript (JavaScript)
[A-Z]+[\.?!]
Submitted by
anonymous
0
sql inj
Created
·
2022-11-26 23:38
Flavor
·
ECMAScript (JavaScript)
as
Submitted by
anonymous
0
Bad Markdown Links matcher
Created
·
2022-11-30 18:27
Flavor
·
ECMAScript (JavaScript)
// Expecting this is a string, will try to replace md links // in wrong format: // [link nowhere] or [link] // to just link nowhere or link
Submitted by
diegoaguilar
0
Matches filenames in urls
Created
·
2022-11-30 20:23
Flavor
·
ECMAScript (JavaScript)
Filenames in urls
Submitted by
anonymous
0
Match filenames in URLS (updated)
Created
·
2022-11-30 22:10
Updated
·
2022-12-02 17:57
Flavor
·
ECMAScript (JavaScript)
Match filenames in URLS (updated)
Submitted by
anonymous
0
Тестовая строка
Created
·
2022-12-03 07:29
Flavor
·
ECMAScript (JavaScript)
Здесь можно тренироваться с регулярками
Submitted by
anonymous
0
find unity components guid
Created
·
2022-12-05 11:35
Updated
·
2022-12-05 11:54
Flavor
·
ECMAScript (JavaScript)
use to find unity components guid
Submitted by
anonymous
0
File extension
Created
·
2022-12-05 16:24
Flavor
·
ECMAScript (JavaScript)
Parse file extension.
Submitted by
Webmato
0
Amount (Number with two decimal places)
Created
·
2022-12-06 11:13
Flavor
·
ECMAScript (JavaScript)
| valid | invalid | |:----------|:------------| | 0.00 | 1 | | 0.99 | 1. | | 10.00 | 1.9 | | 999.99 | 1,99 | | 1999999.99 | 1,999,999.99 | | | 1.999.999,99 | | | 01.99 |
Submitted by
anonymous
Previous page
1
…
165
166
167
168
169
…
174
Next page
Community Library Entry
0
Regular Expression
Created
·
2022-11-15 13:41
Flavor
·
ECMAScript (JavaScript)
/
[
\x21-\x2f\x3a-\x3f
]
/
gm
Open regex in editor
Description
im looking for way to much the above title, in reliable way
Submitted by
perymimon