You could use the substring
method:
String result = x.substring(8);
solved Extract/Trim part of string, Java [duplicate]
You could use the substring
method:
String result = x.substring(8);
solved Extract/Trim part of string, Java [duplicate]