[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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
