|
StringJoin
" " <> " " <> ... , StringJoin[" ", " ", ... ] or StringJoin[ " ", " ", ... ] yields a string consisting of a concatenation of the .
Example: "the" <> " " <> "cat"  .
StringJoin has attribute Flat.
When arguments are not strings, StringJoin is left in symbolic form.
See The Mathematica Book: Section 2.7.2 and Section 2.7.4.
See also: Join, Characters, StringInsert, StringReplacePart.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |