Regex tester
Pattern
Input
<html>
<body>
<div class='important-contents'>
...
</div>
</body>
</html>
Options
Replacement
Click the context tab to see replacements.
1 match found in about 13 milliseconds.
IndexPositionMatched String
048
...
<html>
​<body>
​<div class='important-contents'>
​...
​</div>
​</body>
​</html>
  1. <html>
    <body>
    <div class='important-contents'>
  2. </div>
    </body>
    </html>