How Do You Concatenate Two Strings In Elisp

[Solved] How Do You Concatenate Two Strings In Elisp | Solidity - Code Explorer | yomemimo.com
Question : how do you concatenate two strings in elisp

Answered by : yassine-chaouche

(concat "str1" "str2" "str3") ; works only with strings though.
-> "str1str2str3"

Source : | Last Update : Tue, 15 Mar 22

Answers related to how do you concatenate two strings in elisp

Code Explorer Popular Question For Solidity