trim
trim()
Section titled “trim()”Category: String
Returns the input string with leading and trailing whitespace removed
Signature
Section titled “Signature”- Return type:
string
Examples
Section titled “Examples”' hello world '.trim()Patient.name.family.trim()