I tried to anticipate which challenge you would do next, @adamhholmes, and I guessed incorrectly. So, here was me solving an anagram challenge earlier today.
Just updated this so there’s one less repeating group. Now I think it’s as simple as one can make it… An input, repeating group, text to display the count, no workflows.
No doubt some Bubbler here will perform some witchcraft to display it with just two elements
@eli If you add a full stop, it will say the full stop appears (the number of characters in the string) times, but nothing a quick Regex change can’t fix
For me now it only counts letters, which to be honest is all that matters but the challenge is technically to include punctuation (hint: all non-whitespace characters)
Thanks @adamhholmes !
0 workflows, 0 actions and 2 elements for us (input field & output text).
We utilised regex, find & replace and unique elements.
Editor here and demo here for those interested.