Concatenation



         


In formal language theory (and therefore in programming languages), concatenation is the operation of joining two character strings end to end. For example, the strings "foo" and "bar" may be concatenated to give "foobar".

The Unix cat command concatenates files in a similar way.

[Top]

Concatenation in Maths

Concatenation is the joining of two strings, that is, when a and b are concatenated, they form ab. Concatenation of two strings, a and b is denoted as ab or a||b.

This article is a stub. You can help BambooWeb by .






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License