Web3S_Demo > Web 3S Ipns Utils Function Library > String to IPNS name

String to IPNS name

Converts string to IPNS name.
NOTE: This function doesn't check for IPNS name validity.

Inputs

String
String

String to convert.

Outputs

Error Message
String

Returns error message. If IPNS name was found ErrorMessage will be empty.

IPNS Name
String

IPNS name found in string. If IPNS name wasn't found returned string will be empty.

Success
Boolean

True if IPNS name was found, false otherwise.