BreakIterator
class.
This section
discusses the instantiation methods and
the imaginary cursor of the
BreakIterator
class.
In this section you'll learn
about the difference between user and
Unicode characters,
and how to locate user characters
with a BreakIterator
.
If your application needs to select or locate words within text,
you'll find it helpful to use a BreakIterator
.
Determining sentence boundaries can be
problematic,
because of the ambiguous use of
sentence terminators in many written languages.
This section examines some of the problems
you may encounter, and how
the BreakIterator
deals with them.
This section describes how to
locate potential line breaks
in a text string
with a BreakIterator
.