Uses of Interface
org.opencms.util.I_CmsRegexSubstitution
Packages that use 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
Classes in org.opencms.i18n that implement I_CmsRegexSubstitutionModifier and TypeClassDescriptionclass
Message key fallback handler used to enable reuse of localization keys for editor labels. -
Uses of I_CmsRegexSubstitution in org.opencms.util
Methods in org.opencms.util with parameters of type I_CmsRegexSubstitutionModifier and TypeMethodDescriptionstatic String
CmsStringUtil.substitute
(Pattern pattern, String text, I_CmsRegexSubstitution sub) Substitutes a pattern in a string using aI_CmsRegexSubstitution
.