|
|
|
|
 |
|
 |
 |
 |
Using Regular Expressions to get HTML tags
|
|
|
Hits: 51
Using Regular Expressions to get HTML tags
 0.0
This article will show the SIMPLE use of regular expressions (Perl style/PCRE) to get the values of data delimited by HTML tags. Instead of building a parser that pushes start tags onto a stack and pulls them off once a stop tag is found (if one is found) I find it much easier to use regular expressions. This article is NOT a primer to regular expressions and only shows this particular example.
Platform(s): n/a
Date: Oct, 27 2003
Author: http://tech.hostforadollar.com/index.php?op=articulos&task=verart&aid=6
Ratings
|
Number of Ratings: 0 Votes
|
Others Scripts
JavaScript/Scripts and Programs/Forms
JavaScript/Scripts and Programs/Miscellaneous
PHP/Tips and Tutorials/Randomizing
PHP/Tips and Tutorials/Security
PHP/Scripts and Programs/Miscellaneous
JavaScript/Scripts and Programs/Development
PHP/Scripts and Programs/Miscellaneous
PHP/Scripts and Programs/Graphs and Charts
ASP.NET/Tips and Tutorials
Software/System Utilities/Education/Teaching & Training Tools
|
|
|
 |
 |
|
 |
|
 |
|