Regular Expression for pair or single html tag





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 Next »
0
Date Submitted Sat. Mar. 6th, 2010 9:13 PM
Revision 1
Scripter Cloudgen
Tags Expression | HTML | pair | Regular
Comments 0 comments
This is the perfect regular expression for extracting a pair of html tags. For details, please seeThe regular expression for selecting a pair of HTML tag
2
Date Submitted Sun. Jul. 12th, 2009 10:07 PM
Revision 1
Scripter Cloudgen
Tags DOMAIN | Email | Expression | Level | Regular | Top
Comments 0 comments
The regular expression include the following:
Local part include (at least 2 characters):
1. Uppercase and lowercase English letters (a-z, A-Z)
2. Digits 0 through 9
3. Characters ! # $ % & ' * + - / = ? ^ _ ` { | } ~
4. Character . (dot) provided that it is not the first or last character, and provided also that it does not appear two or more times consecutively.

Top Level Domains include:
1. country-code top-level domains (ISO 3166)
2. generic top-level domains
3. sponsored top-level domains
4. infrastructure top-level domain

Detailed Discussion will be found: The regular expression for checking email
2
Date Submitted Sun. Jul. 5th, 2009 9:31 PM
Revision 1
Scripter Cloudgen
Tags comment | Expression | HTML | Regular
Comments 1 comments
Regular expression for html comment using lookforward. Requires RegExp engine supporting lookforward.
6
Date Submitted Sat. Mar. 8th, 2008 2:08 PM
Revision 1
Beginner ysg
Tags CSS | HTML
Comments 1 comments
check title ; ) unfortunately cannot remember the name(s) of the author(s) , so the courtesy goes to them ...
4
Date Submitted Wed. Nov. 28th, 2007 1:08 PM
Revision 1
Helper HRCerqueira
Tags CSS | DOM | HTML | JavaScript
Comments 1 comments
These are some prototype methods to handle class names in html elements. As you all should know, a html element can have more than one class name.

This is part of my dom handling toolkit. Check it out and use it at will.

Cheers
5
Date Submitted Wed. Nov. 28th, 2007 8:14 AM
Revision 1
Helper HRCerqueira
Tags HTML | JavaScript
Comments 1 comments
This code allows you to set the "opcity" style attribute on a element without affecting it's content.

Just call the function for a specific element or to all elements of a given classname after the document loads.

Examples and advanced usage here...
6
Date Submitted Sat. Jun. 16th, 2007 6:07 AM
Revision 1
Scripter Fordiman
Tags Class | HTML | JavaScript
Comments 1 comments
Simple set of functions for capturing and manipulating the className member of an HTMLElement
5
Date Submitted Tue. May. 29th, 2007 3:10 AM
Revision 1
Helper morad
Tags Email | Expression | RegExp | Regular | URL
Comments 0 comments
Reg exp for finding url and email adresses. i'm using this from any projects of me. they working
1
Date Submitted Wed. Feb. 28th, 2007 1:32 AM
Revision 1
Beginner lalamen
Tags tags
Comments 1 comments
List of tags
25
Date Submitted Sun. Dec. 24th, 2006 7:10 PM
Revision 1
Beginner bhmahler
Tags HTML | JavaScript | PHP
Comments 4 comments
This is a PHP and JavaScript Image gallery that I created. There are 2 uses for this.
1.) You can save it as index.php and place in a folder containing images and it will display the images in that folder.
Example:
place index.php in images/folder
http://yoursite.com/images/folder/
This will display all images in that folder

2.) Pass in the path to the folder to display in the url
Example:
Save as imagegallery.php
http://yoursite.com/imagegallery.php?path=images/folde
« Previous 1 2 3 4 Next »