Strings
Learn about strings in Solidity.
In Solidity, the string
keyword is used to specify the string data type. It represents and stores sequences of characters. The syntax of Solidity is influenced by languages like Python, C++, and JavaScript, incorporating their linguistic constructs. Here’s an example of a string in Solidity:
Get hands-on with 1400+ tech skills courses.