JavaScript String Length

This User Actor can be fed a string of characters (or a value) and will tell you the number of characters (length) of the input. There is also an input that affects the count for the “value” input which allows you to either ignore or not ignore the “-” character if the incoming number is negative. 

Example Strings:

Bob = 3

Terry = 5 

Example Values:

76 = 2

0.3 = 3

-0.3 = 4 (with Ignore “-” set to “off”)

-0.3 = 3 (with Ignore “-” set to “on”)

For Isadora
3.x
Actor version(s)
v1
Uploaded
September 08 2021
last updated
June 28 2022
Size
6.04 KB
Downloads
533
Ratings
-
Download
Comments
Log in to Reply