Uses of Class
org.apache.commons.lang3.text.StrSubstitutor
Packages that use StrSubstitutor
Package
Description
Provides classes for handling and manipulating text, partly as an extension to
java.text
.-
Uses of StrSubstitutor in org.apache.commons.lang3.text
Methods in org.apache.commons.lang3.text that return StrSubstitutorModifier and TypeMethodDescriptionStrSubstitutor.setValueDelimiter
(char valueDelimiter) Deprecated.Sets the variable default value delimiter to use.StrSubstitutor.setValueDelimiter
(String valueDelimiter) Deprecated.Sets the variable default value delimiter to use.StrSubstitutor.setValueDelimiterMatcher
(StrMatcher valueDelimiterMatcher) Deprecated.Sets the variable default value delimiter matcher to use.StrSubstitutor.setVariablePrefix
(char prefix) Deprecated.Sets the variable prefix to use.StrSubstitutor.setVariablePrefix
(String prefix) Deprecated.Sets the variable prefix to use.StrSubstitutor.setVariablePrefixMatcher
(StrMatcher prefixMatcher) Deprecated.Sets the variable prefix matcher currently in use.StrSubstitutor.setVariableSuffix
(char suffix) Deprecated.Sets the variable suffix to use.StrSubstitutor.setVariableSuffix
(String suffix) Deprecated.Sets the variable suffix to use.StrSubstitutor.setVariableSuffixMatcher
(StrMatcher suffixMatcher) Deprecated.Sets the variable suffix matcher currently in use.