Skip to content

lower

Category: String

Returns the input string converted to lowercase

  • Return type: string
Patient.name.family.lower()
'HELLO WORLD'.lower()