Project

General

Profile

Download (394 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# (X)HTML - (Extensible) Hypertext Markup Language - http://w3.org
2
# Pattern attributes: good fast notsofast subset
3
# Protocol groups: file
4
# 
5
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
6
# This pattern has been tested and is believe to work well.
7

    
8
# this should match any (X)HTML document from any version that conforms
9
# even vaugly to the standards.
10
html
11
<html.*><head>
(49-49/148)