Converts string to IPNS name.
NOTE: This function doesn't check for IPNS name validity.
|
String
String
|
String to convert. |
|
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. |