Uses of Interface
org.opencms.util.I_CmsRegexSubstitution
Package
Description
Classes to handle internalization (i18n) and locale selection in OpenCms.
Utility functions for String manipulation and other often used tasks.
-
Uses of I_CmsRegexSubstitution in org.opencms.i18n
Modifier and TypeClassDescriptionclass
Message key fallback handler used to enable reuse of localization keys for editor labels. -
Uses of I_CmsRegexSubstitution in org.opencms.util
Modifier and TypeMethodDescriptionstatic String
CmsStringUtil.substitute
(Pattern pattern, String text, I_CmsRegexSubstitution sub) Substitutes a pattern in a string using aI_CmsRegexSubstitution
.