stripBytesPrefix method
Implementation
String stripBytesPrefix() {
if (startsWith(Bytes.bytesPrefix)) {
return replaceFirst(Bytes.bytesPrefix, '');
}
return this;
}
String stripBytesPrefix() {
if (startsWith(Bytes.bytesPrefix)) {
return replaceFirst(Bytes.bytesPrefix, '');
}
return this;
}