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>
.
pub const CR: char = '\u{d}'; // '\r'
__ecma
and __utils
only.U+000D CARRIAGE RETURN, abbreviated in the spec as <CR>
.