What is the command to convert a character field to Title Case?
I can't seem to find this command anywhere. I need to modify the following to capitalize the first character of each word, except 'and':
<?xdofx: replace(to_check_number(Payment_Amount,2),'xx/100','00/100')?>
0