Constant regex_syntax::unicode_tables::general_category::SEPARATOR[][src]

pub const SEPARATOR: &'static [(char, char)] = &[(' ', ' '), ('\u{a0}', '\u{a0}'), ('\u{1680}', '\u{1680}'),
  ('\u{2000}', '\u{200a}'), ('\u{2028}', '\u{2029}'),
  ('\u{202f}', '\u{202f}'), ('\u{205f}', '\u{205f}'),
  ('\u{3000}', '\u{3000}')]