Function testcall::regex::captures_utf8[][src]

pub fn captures_utf8(input: &[u8], regex: &str) -> Captured
Expand description

Returns the captures from the ‘input’ data matched by ‘regex’. The input is lossy translated to UTF8.