Constant CR

pub const CR: char = '\u{d}'; // '\r'
Available on crate features __ecma and __utils only.
Expand description

U+000D CARRIAGE RETURN, abbreviated in the spec as <CR>.