[−][src]Trait nom::FindSubstring
look for a substring in self
Required methods
fn find_substring(&self, substr: T) -> Option<usize>
returns the byte position of the substring if it is found