php8.5
Home/ Manual/ reference / intl/ The IntlRuleBasedBreakIterator class

The IntlRuleBasedBreakIterator class

A subclass of IntlBreakIterator that encapsulates ICU break iterators whose behavior is specified using a set of rules. This is the most common kind of break iterators.

Intro

A subclass of IntlBreakIterator that encapsulates ICU break iterators whose behavior is specified using a set of rules. This is the most common kind of break iterators.

These rules are described in the ICU Boundary Analysis User Guide.

Class synopsis

class IntlRuleBasedBreakIterator extends IntlBreakIterator { }

Intlrulebasedbreakiterator

In this section

Source: reference/intl/intlrulebasedbreakiterator.xml · from the official PHP manual (php/doc-en)