solidity-stringutils icon indicating copy to clipboard operation
solidity-stringutils copied to clipboard

Basic string utilities for Solidity

Results 33 solidity-stringutils issues
Sort by recently updated
recently updated
newest added

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,...