Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Regular
Expressions
101
Regular
Expressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
<!-- build-remove-start -->[\s\S]<!-- build-remove-end -->
/
Input 1
1
New
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Hello</title> <!-- bower:css --> <!-- endbower --> <!-- inject:css --> <!-- endinject --> </head> <body> <h1>Hello World!</h1> <!-- build-remove-start --> <!-- bower:js --> <script src="../bower_components/jquery/dist/jquery.js"></script> <!-- endbower --> <!-- build-remove-end --> <!-- inject:vendor:js --> <!-- endinject --> <!-- inject:js --> <!-- endinject --> <!-- inject:app:js --> <!-- endinject --> </body> </html>