Function Repository Resource:

StringAppend

Source Notebook

Append a string to another string

Contributed by: Ian Ford (Wolfram Research)

ResourceFunction["StringAppend"]["string","post"]

appends the string post to a string.

ResourceFunction["StringAppend"]["post"]

represents an operator form of ResourceFunction["StringAppend"] that can be applied to an expression.

Examples

Basic Examples (1) 

Ask some questions:

In[1]:=
ResourceFunction["StringAppend"]["?"] /@ {"who", "what", "when", "where", "why"}
Out[1]=

Version History

  • 1.0.0 – 12 September 2019

Related Resources

License Information