Created
February 8, 2014 18:00
-
-
Save PhDP/8887581 to your computer and use it in GitHub Desktop.
A simple html file for testing a regex.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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