Author: Will Peavy
Short Link:http://www.houseoffusion.com/groups/regex/thread.cfm/threadid:221#1161
I have a regex I did in PHP a while back to minify markup. By minify, I mean it
removes line breaks, indents, uneccessary white space, comments, etc from my HTML
when served to the client (do a view source on google's homepage to see something
similar). Anyway, does anyone know if a regex that does this has already been
written in ColdFusion? Or if there is another way to do this ColdFusion?