fn looks_like_uuid(input: &str, start: usize, num_end: usize) -> bool
Check if the text from start to num_end followed by ‘-’ looks like the beginning of a UUID (8 hex digits).
start
num_end