« Return to Thread: remove spaces

Re: remove spaces

by Jonathan Revusky-3 :: Rate this Message:

Reply to Author | View in Thread

[Ricardo Rodriguez] Your EPEC Network ICT Team wrote:

> Hi all,
>
> Please, how could I remove the spaces of a string using Velocity?
>
> For instance, the following string "Remove   All Spaces From This
> String" must read "RemoveAllSpacesFromThisString".
>
> Thank you so much,
>
> Ricardo
>

I think you can just write:

$string.replace(" ", "")


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: remove spaces