I have seen on other reporting apps a function called "Proper" (or something to that effect). What is does is capitalize the first letter of each word in a string.
Ex: proper("captain thomas boulevard" would return Captain Thomas Boulevard.
Is there a function like this is Crystal? I can't seem to find it. I can do some manipulation in the back end, but when you get to multiple word items (like in the above example, it just gets kind of ridiculous).
TIA
Craig
Ex: proper("captain thomas boulevard" would return Captain Thomas Boulevard.
Is there a function like this is Crystal? I can't seem to find it. I can do some manipulation in the back end, but when you get to multiple word items (like in the above example, it just gets kind of ridiculous).
TIA
Craig