HTML and CSS Reference
In-Depth Information
Pattern
Matches
Example
</foo>
</h2>
</[a-z1-6]+>
All XHTML end-tags
</p>
</table>
</span>
</foo>
[a-zA-Z]+\s*=\s*"[^">]*"
Double-quoted attributes
id="c1"
id = "c1"
id=c1
<p.*>
A complete p start-tag, followed
by all other text through the last
> on the same line
<p>
<p id='c4'>
<p id='c4'>This is text</p>
([a-zA-Z0-9]{1-63}\.) [a-
zA-Z]+
Domain name
example.com
www.example.deserver4.nbc.ge.com
 
Search WWH ::




Custom Search