> I don't know of a "simple" custom tag to do string comparison. 
> I've been using the regexp taglib to do this. Of course, you'll 
> have to spend a bit of time getting used to regular expressions. 
> The regexp examples and documentation provide examples of string 
> matching, substitution, and splits.

That's a LOT of work for what would be done in a 20-30 line
custom tag, I would think, and if you don't need the regexp
overhead for a simple comparison... definitely overkill.

Dave

Reply via email to