#set( $H = '#' )
$H$H$H

On Tue, Mar 10, 2009 at 6:26 AM, Philip Peter <[email protected]> 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 escape the sequence 
> '###' so that velocity won't interpret any part of it as a comment.
>
> I've tried '\###', \#\#\#', '\##\#' and '\#\##' but had no luck so far.
> Is it possible to escape the sequence so that it appears as ### in the 
> velocity output?
>
> Bye,
> Philip
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to