Skip to content

contract.StringLibrary

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

StringLibrary

Git Source

Functions

append

function append(string memory a, string memory b) internal pure returns (string memory);

append

function append(string memory a, string memory b, string memory c) internal pure returns (string memory);

recover

function recover(string memory message, uint8 v, bytes32 r, bytes32 s) internal pure returns (address);

concat

function concat(
    bytes memory ba,
    bytes memory bb,
    bytes memory bc,
    bytes memory bd,
    bytes memory be,
    bytes memory bf,
    bytes memory bg
) internal pure returns (bytes memory);
Clone this wiki locally