Summary
Gets the length of a string.
Description
Returns the length of a string, in UTF-16 code units.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| str | string | yes | The string to get the length of | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| length | number | The length of the string |