arrays - Velocity Template Foreach Character in String -



arrays - Velocity Template Foreach Character in String -

i using velocity template generate report. not have access java code behind exposed template. have string trying create array from. illustration break "l-87623" "l", "-", "8" etc. there way using vtl?

it's not velocity may example:

class ideone { public static void main (string[] args) throws java.lang.exception { for(string s : "hello".split("(?<=\\g.)")) system.out.println(s); } }

arrays string foreach velocity

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -