63 regular expressions found in this category!
Displaying page
of
pages;
Items to
| Title |
Test
Details
Pattern Title
|
| Expression |
</?([a-zA-Z][-A-Za-z\d\.]{0,71})(\s+(\S+)(\s*=\s*([-\w\.]{1,1024}|"[^"]{0,1024}"|'[^']{0,1024}'))?)*\s*> |
| Description |
Searches for tags and there atributes according to the HTML 2.0 specification to limit length of tags to 72 characters, and length of attribute values to 1024 characters. |
| Matches |
<IMG src='stars.gif' alt="space" height=1> |
| Non-Matches |
this is not a tag |
| Author |
Rating:
Not yet rated.
Lewis Moten
|
| Title |
Test
Details
Pattern Title
|
| Expression |
</?(\w+)(\s*\w*\s*=\s*("[^"]*"|'[^']'|[^>]*))*|/?> |
| Description |
Matches HTML of XML tags, with or without attributes (single-, double-, or non-quoted), closing tags, or self-closing singleton tags. |
| Matches |
<font color="blue"> | </font> | <br /> |
| Non-Matches |
this is a test... |
| Author |
Rating:
Not yet rated.
Jean-Philip Losier
|
| Title |
Test
Details
Pattern Title
|
| Expression |
<blockquote>(?:\s*([^<]+)<br>\s*)+</blockquote> |
| Description |
Use this regular expression pattern to get the string1, string2, string3 .... from <blockquote>string1<br>string2<br>string3<br></blockquote>
|
| Matches |
<blockquote>string1<br>string2<br>string3<br></blockquote> |
| Non-Matches |
.. |
| Author |
Rating:
Not yet rated.
Waheed Khan
|
Displaying page
of
pages;
Items to