pub fn arbitrary_string(input: &[u8]) -> IResult<&[u8], &str>
Reads an age “arbitrary string”.
From the age specification:
... an arbitrary string is a sequence of ASCII characters with values 33 to 126.