Constant stringsext::mission::AF_WHITESPACE[][src]

pub const AF_WHITESPACE: u128 = 0x0000_0000_0000_0000_0000_0001_0000_1e00;
Expand description

ASCII filter: White-space (0x09..=0x0c, 0x20) C0 and C1 control codes - Wikipedia It do not include “Carriage Return” (0x0d) here. This way strings are divided into shorter chunks and we get more location information.