solidity-stringutils
solidity-stringutils copied to clipboard
Feature request: substring with index
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, int endIndex)