Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

StringHelper

Functions

join

Join an array of strings with a space between each element.

function join(string[] memory arr) internal pure returns (string memory);