Skip to content

trim

Category: String

Returns the input string with leading and trailing whitespace removed

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