Roboteka
Roboteka · Catalog · String length / word count

String length / word count

Returns the number of characters in a string and the word count. Useful for validation, SMS length checks, and trimming.

Returns the number of characters in a string and the word count. Useful for validation, SMS length checks, and trimming.

What input parameters does the robot accept?

Parameter Type Required? Default
Source string string yes

What does the robot return?

Parameter Type
Character count int
Word count int

Related robots