Module: Atk::TextBoundary
- Defined in:
- (unknown)
Constant Summary collapse
- CHAR =
Boundary is the boundary between characters
(including non-printing characters) 0 or :char
- WORD_START =
Boundary is the start (i.e. first character) of a word.
1 or :word_start
- WORD_END =
Boundary is the end (i.e. last
character) of a word. 2 or :word_end
- SENTENCE_START =
Boundary is the first character in a sentence.
3 or :sentence_start
- SENTENCE_END =
Boundary is the last (terminal)
character in a sentence; in languages which use "sentence stop"
punctuation such as English, the boundary is thus the '.', '?', or
similar terminal punctuation character. 4 or :sentence_end
- LINE_START =
Boundary is the initial character of the content or a
character immediately following a newline, linefeed, or return character. 5 or :line_start
- LINE_END =
Boundary is the linefeed, or return
character. 6 or :line_end