Details
| ID | StringLength |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | Utility |
README
Returns the length of the string passed as an argument.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| str | The string to evaluate. |
Outputs
| Path | Description | Type |
|---|---|---|
| StringLength.Result | The length of the string passed as an argument. | Unknown |
commonfields: id: StringLength version: -1 name: StringLength script: '' type: javascript tags: - Utility comment: Returns the length of the string passed as argument enabled: true args: - name: str required: true description: The string to evaluate outputs: - contextPath: StringLength.Result description: The length of the string passed as argument scripttarget: 0 fromversion: 5.0.0 tests: - No tests