BPH top-level constant

String const BPH

Break Permitted Here.

BPH is used to indicate a point where a line break may occur when text is formatted. BPH may occur between two graphic characters, either or both of which may be SPACE.

Implementation

const String BPH = '${ESC}B';