Post History
Wolfram Language (Mathematica), 70 bytes {Tr[1^StringSplit@#],StringLength@#,StringLength@StringDelete[#," "]}& Try it online! What made me decide to use Mathematica for string processing?...
#1: Initial revision
# [Wolfram Language (Mathematica)], 70 bytes
{Tr[1^StringSplit@#],StringLength@#,StringLength@StringDelete[#," "]}&
[Try it online!][TIO-l2z7074y]
What made me decide to use Mathematica for string processing? I don't know. But at least it has the required builtins.
[Wolfram Language (Mathematica)]: https://www.wolfram.com/wolframscript/
[TIO-l2z7074y]: https://tio.run/##y00syUjNTSzJTE78n2b7vzqkKNowLrikKDMvPbggJ7PEQTlWB8L1Sc1LL8lwUEblQjguqTmpJanRyjpKCkqxtWr/A4CCJdFpDkolqcUlCnBCKfY/AA "Wolfram Language (Mathematica) – Try It Online"
