Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Prepend a string to another string
ResourceFunction["StringPrepend"]["string","pre"] prepends the string pre to string. | |
ResourceFunction["StringPrepend"]["pre"] represents an operator form of ResourceFunction["StringPrepend"] that can be applied to an expression. |
Prepend a string to a list of strings:
In[1]:= |
Out[1]= |
This work is licensed under a Creative Commons Attribution 4.0 International License