@cto.af/linebreak
    Preparing search index...

    Function LB29

    • A rule that impacts linebreaking. Looking ahead and behind one code point is fast, using state.prev and state.next respectively. Looking ahead more code points is possible with *BreakerState.codePoints(), but be careful of causing ReDos vulnerabilities.

      Parameters

      • state: BreakerState

      Returns typeof PASS | typeof NO_BREAK | typeof MAY_BREAK | typeof MUST_BREAK