solidity-stringutils
solidity-stringutils copied to clipboard
Basic string utilities for Solidity
Thank you very much for this helpful library. It would be great if there was a way to substring with indexes like this method in Java `public String substring(int startIndex,...
Hi there, I'm attempting to jam a ton of text into a smart contract on the rinkeby network. (~12kb). The contract in essence takes text supplied and concats it to...
while I imported the library and compiled, it return warning ``` strings.sol:37:1: Warning: Source file does not specify required compiler version!Consider adding "pragma solidity ^0.4.7 library strings { ``` then,...