Solidity concatenate strings

Introduction In the old versions, Solidity didn’t offer a straightforward way to concatenate or compare strings as other programming languages. Solidity with the new versions from v0.8.12 offers a simple string manipulation through standardized usage. string.concat is supported from Solidity…