Hey guys!
As the title describes, I'm trying to calculate the characters of each single word I've written in a text box.
Example:
"I've been trying to solve this shit for hours."
Now I want a buttonclick() to calculate: 1w: 4 chars - 2w: 4 chars 3w: 6 chars etc..
My task is to find how many words in this sentence containing more than 6 characters (I know this example doesn't contain more than 6 tho) - Hope you get the picture!
Thanks in advance.
As the title describes, I'm trying to calculate the characters of each single word I've written in a text box.
Example:
"I've been trying to solve this shit for hours."
Now I want a buttonclick() to calculate: 1w: 4 chars - 2w: 4 chars 3w: 6 chars etc..
My task is to find how many words in this sentence containing more than 6 characters (I know this example doesn't contain more than 6 tho) - Hope you get the picture!
Thanks in advance.