parseId method

String parseId(
  1. String text
)

Implementation

String parseId(String text ) {
  return text.substring( 1 );
}