Skip to content

upper

Category: String

Returns the input string converted to uppercase

  • Return type: string
Patient.name.family.upper()
'hello world'.upper()