Skip to content

Instantly share code, notes, and snippets.

@PhDP
Created February 8, 2014 18:00
Show Gist options
  • Save PhDP/8887581 to your computer and use it in GitHub Desktop.
Save PhDP/8887581 to your computer and use it in GitHub Desktop.
A simple html file for testing a regex.
<!DOCTYPE html>
<html lang="en" dir="ltr" class="client-nojs">
<body>
<div class="x">
<div id="y">
<p>This is some <b>nice</b> <i>text</i>, right?</p>
<P>This is some nice text, right?</P>
</div>
<P class="Some text" id="xyz">
<u>This</u> is some nice text, right?
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment