Posts Tagged ‘Regular Expression’

Taking care of HTML comments in PHP

A little problem came up with some user submitted content on a platform I’m working with. A form allows users to submit content with tinyMCE. If the content is pasted from MS Word, the source is then littered with HTML conditional comments that can have a detrimental effect on the the page that returns it. [...]

Read the rest of this entry »

Praise Be for Regular Expressions

I used a regular expression in VB for the first time ever (I think) today! The reason is that I cached some generated ASP and realised that when I needed to use it on different pages, the id lookup for certain elements would change. So, no problem (except for the fact that I’m coding in [...]

Read the rest of this entry »