How to Concatenate two Strings using Solidity
Concatenating two strings in solidity means combining the two strings to create one single string.
For a long while concatenating two strings on the Ethereum targetted Smart Contract language wasn't possible without having to undergo some kind of len...