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...
1
Delimite a number with 3-digital block
Created
·
2016-01-19 12:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Willy
1
regex101.com ID and version number grabber
Created
·
2016-01-19 15:36
Flavor
·
PCRE (Legacy)
Grabs the ID and optionally version number for the regex101.com permalink. Improved fork of 'https://regex101.com/r/wY0rM7/1' which matches also this kind of links 'https://regex101.com/r/' ...
Submitted by
dUh
1
regex
Created
·
2016-01-19 16:52
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
Detectar links, menciones y hashtags
Created
·
2016-01-19 17:53
Flavor
·
PCRE (Legacy)
Patrón para detectar links, menciones de usuarios y hashtags dentro de una cadena de texto.
Submitted by
Francisco Guevara
1
Parsing a host from a URL
Created
·
2016-01-19 18:22
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Alex LaFroscia
1
Test log
Created
·
2016-01-19 18:39
Flavor
·
PCRE (Legacy)
Test
Submitted by
anonymous
1
832821
Created
·
2016-01-20 00:04
Flavor
·
Python
no description available
Submitted by
anonymous
1
testing regex to indicate punctuation
Created
·
2016-01-20 02:13
Flavor
·
Python
no description available
Submitted by
ed
1
Match URL segment
Created
·
2016-01-20 03:23
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
100 to 0 with up to 2 digits after the decimal
Created
·
2016-01-20 05:06
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Joe Wilson
1
832821(1)
Created
·
2016-01-20 05:59
Flavor
·
Python
no description available
Submitted by
anonymous
1
•
Created
·
2016-01-20 07:32
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
Iframe src catcher
Created
·
2016-01-20 09:58
Flavor
·
PCRE (Legacy)
In an html file, locate all sources for the iframes tags
Submitted by
anonymous
1
Число любое
Created
·
2016-01-20 13:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
find function without visibillity
Created
·
2016-01-20 14:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
rene reimann rene@die-pixler.de
1
File extention
Created
·
2016-01-20 14:56
Flavor
·
ECMAScript (JavaScript)
Extract file extention from URL
Submitted by
anonymous
1
Strip Commet
Created
·
2016-01-20 16:03
Flavor
·
ECMAScript (JavaScript)
Strip comments with /* ... */ or // ...
Submitted by
Willy
1
Replace react createElement with factories for simple dom elements
Created
·
2016-01-20 21:01
Flavor
·
PCRE (Legacy)
This assumes you are doing import { DOM as R } from 'react'.
Submitted by
Kye Hohenberger
1
test
Created
·
2016-01-21 05:27
Flavor
·
Python
no description available
Submitted by
anonymous
1
regex for R Mailing list
Created
·
2016-01-21 08:24
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Michael Tan
Previous page
1
…
728
729
730
731
732
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2015-10-09 09:29
Flavor
·
PCRE (Legacy)
/
#
\[\[
(?<name>
.
+?
)
\]\]
/
g
Open regex in editor
Description
#tagging original form regex
Submitted by
rameez rami