lower
lower()
Section titled “lower()”Category: String
Returns the input string converted to lowercase
Signature
Section titled “Signature”- Return type:
string
Examples
Section titled “Examples”Patient.name.family.lower()'HELLO WORLD'.lower()Category: String
Returns the input string converted to lowercase
stringPatient.name.family.lower()'HELLO WORLD'.lower()