We often have the situation, that string values start with a whitespace. How can I check and return all strings which start with a whitespace?
I found a similar question: Velocity, what's the most efficient way to check if a string is empty and not null
But I don't know how to exactly do it, as I have never done anything with Velocity before.