upper
upper()
Section titled “upper()”Category: String
Returns the input string converted to uppercase
Signature
Section titled “Signature”- Return type:
string
Examples
Section titled “Examples”Patient.name.family.upper()'hello world'.upper()Category: String
Returns the input string converted to uppercase
stringPatient.name.family.upper()'hello world'.upper()