Concatenate strings
Jump to navigation
Jump to search
String Concatenation
Excel
- Using & symbol to concatenate different cells such as A1&B1.
- Using the CONCAT or CONCATENATE function.
- Using the TEXTJOIN function.
Easy to defined the separator of different cells.
MySQL
- Using the CONCAT function
PHP
- Using . symbol to concatenate different strings
Javascript
- Using + symbol to concatenate different strings