| Package | Description |
|---|---|
| org.opencms.i18n |
Classes to handle internalization (i18n) and locale selection in OpenCms.
|
| org.opencms.util |
Utility functions for String manipulation and other often used tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsRemoveInnerNameFallback
Message key fallback handler used to enable reuse of localization keys for editor labels.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsStringUtil.substitute(java.util.regex.Pattern pattern,
java.lang.String text,
I_CmsRegexSubstitution sub)
Substitutes a pattern in a string using a
I_CmsRegexSubstitution. |