How to Concatenate two Strings using Solidity
Jun 30, 2023 · 4 min read · 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...
HBenedict commented