WLJS LogoWLJS Notebook

StringApply

StringApply[f, string] applies f to the code points in string.

  • StringApply[f] represents an operator form of StringApply that can be applied to an expression.

Examples

StringApply[Plus, "abc"]
StringApply[FromCharacterCode @* Plus] @ "hello"

Please visit the official Wolfram Language Reference for more details.

On this page