Extracts the selected substring from fullText.
fullText
String textInRange(String fullText) { if (!isValid) return ''; return fullText.substring(start, end); }