looks_like_uuid

Function looks_like_uuid 

Source
fn looks_like_uuid(input: &str, start: usize, num_end: usize) -> bool
Expand description

Check if the text from start to num_end followed by ‘-’ looks like the beginning of a UUID (8 hex digits).