Length Of String
Returns the length of a string.
Description
Uses the string length JavaScript property.
See <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String" target="_blank">string object</a>.
Inputs
- s (String): The string
Outputs
- s.length (Number): Length of provided string