Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Reg
ular
Ex
pressions
101
Reg
ular
Ex
pressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
(<([^>]+)>)
/
ig
Input 1
1
New
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <div> Sono un div <p>Sono un paragrafo </p> <p>Altro paragrafo </p> <span>Uno span </span> <a href="">Un link </a> <button>Un bottone </button> </div> </body> </html>
Extraction