Skip to main content

find_uuids

Function find_uuids 

Source
pub fn find_uuids(text: &str) -> FindUuids<'_> 
Expand description

Iterate the UUIDs embedded anywhere in text, yielding each match’s byte offset and slice. Matches never overlap.