I wonder if it is possible to use %templates to make capitals.
For example, if patient's name is Linda Williams
%FNAME %LNAME --> Linda Williams
Is there is any way I can make it --> LINDA WILLIAMS
I tried: %C%FNAME, %FNAME%C, %FNAME/C, %/CFNAME w/o any result.