dtext

Function dtext 

Source
pub fn dtext(input: &[u8]) -> IResult<&[u8], &[u8]>
Expand description

Printable US-ASCII characters not including “[”, “]”, or “".

dtext = %d33-90 / %d94-126 / obs-dtext