StringApply
StringApply[f, string] applies f to the code points in string.
StringApply[f]represents an operator form ofStringApplythat can be applied to an expression.
Examples
StringApply[Plus, "abc"]StringApply[FromCharacterCode @* Plus] @ "hello"Please visit the official Wolfram Language Reference for more details.