String getStringContainingCharacterRange(int start, int end)(Code)
Returns a string containing the characters from start to end.
Parameters: start - start character value, inclusive Parameters: end - end character value, exclusive a string containing the characters from start to end