textForSpan method

String textForSpan(
  1. String src
)

Implementation

String textForSpan(String src) {
  return src.substring(start, end);
}