Re: Model Method Regular Expressions

2007-06-09 Thread Kent Johnson
hass wrote: > I'm trying to set up a model with a field that swallows a healthy > dollop of html, such as a youtube embed code. > > But then, I want to use regular expressions to strip that code into > pieces that I can access independently. My first thought is that some > regular expression kun

Model Method Regular Expressions

2007-06-07 Thread hass
I'm trying to set up a model with a field that swallows a healthy dollop of html, such as a youtube embed code. But then, I want to use regular expressions to strip that code into pieces that I can access independently. My first thought is that some regular expression kungfu could do that parsin