StringLength

Returns the length of the string passed as argument

javascript · Common Scripts

Details

IDStringLength
Languagejavascript
From Version5.0.0
TagsUtility

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