From 17f23629f1c6bbe1704482ccf75071fdbb3ec17f Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 25 May 2016 10:01:26 -0400 Subject: [PATCH] Added @Arachnid's string library --- docs/frequently-asked-questions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index c0d9fd152..88775e4c6 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -406,7 +406,7 @@ What are some examples of basic string manipulation (``substring``, ``indexOf``, ================================================================================================== There are some string utility functions at `stringUtils.sol `_ -which will be extended in the future. +which will be extended in the future. In addition, Arachnid has written `solidity-stringutils `_. For now, if you want to modify a string (even when you only want to know its length), you should always convert it to a ``bytes`` first::