Word-delimiter attributes
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The keywords BEFORE_DIGIT, IGNORE,
and USE_IT, which appear in , are word-delimiter
attributes. Each word-delimiter attribute describes a word-break
role played by a code page element. The complete set of word-delimiter
attributes appears in the following table.
| Word delimiter attribute | Description | Default |
|---|---|---|
|
Treated as part of a word only if followed
by a character with the DIGIT attribute |
Assigned to the following characters:
|
|
Treated as part of a word only if followed
by a character with the LETTER or DIGIT attribute |
- |
|
Part of a word only if followed by a character
with the LETTER attribute, otherwise treated as
a word delimiter. |
- |
|
Always part of a word | Assigned to the characters 0-9. |
|
Ignored | Assigned to the apostrophe (').For example, "John's" is equivalent to "Johns." |
|
Always part of a word | Assigned to all characters that the current attribute table defines as alphabetic. In English, these are the uppercase characters A-Z and the lowercase characters a-z. |
|
Word delimiter | Assigned to all other characters. |
|
Always part of a word | Assigned to the following characters:
|