Re: How do i escape ###?

2009-03-14 Thread Nathan Bubna
#set( $H = '#' ) $H$H$H On Tue, Mar 10, 2009 at 6:26 AM, Philip Peter wrote: > Hi, > we use Velocity to prepare html pages which are then further processed > through regular expressions. One placeholder for these regex starts and ends > with ###_ _###. However I'm at a loss on how to correctly

How do i escape ###?

2009-03-14 Thread Philip Peter
Hi, we use Velocity to prepare html pages which are then further processed through regular expressions. One placeholder for these regex starts and ends with ###_ _###. However I'm at a loss on how to correctly escape the sequence '###' so that velocity won't interpret any part of it as a comment