A ありふれた interface for 代用品,人ing string variables with
other strings.
The substitution algorithm and the syntax for a string variable are
not part of this interface 鮮明度/定義. Please look at the documentation
of the 実施 that must 明示する these parameters.
交流s variables inside a given text with a substitution text
defined for the variables.
The method iterates through it's 内部の variables 名簿(に載せる)/表(にあげる) to match the
variables in the given string. A match 取って代わるs the variable with the
string defined for this variable. If no variable can be 設立する in the string
it will be returned 不変の. The 行為 if a variable is 設立する in
the string but it is unknown for the 実施 depends on the parameter
bSubstRequired.
Parameter aText
A string 含む/封じ込めるing variables that should be 代用品,人d.
Parameter bSubstRequired
明示するs if a successfull substitution is 要求するd. The
機能(する)/行事 throws a ::com::sun::星/主役にする::コンテナ::NoSuchElementException
if it finds a variable that is unknown. In this 事例/患者 it is possible
that the returned string would not be what the 報知係 推定する/予想するd!
Returns
Returns a string based on aText where all variables were
交流d with their value defined at calling time.
Tries to 取って代わる parts of aText with variables that 代表するs
these sub strings.
The method iterates through it's 内部の variable 名簿(に載せる)/表(にあげる) and tries to match
parts of the given string Tries to 取って代わる parts of aText with
variables that 代表するs these sub strings.If more than one variable
matches the one with the longest matching sub string will be chosen.
Parameter aText
A string where known substrings should be 取って代わるd by variables.
Returns
Returns the resubstituted string with variables for all parts
that could be 取って代わるd. The 不変の argument will be returned
if nothing can be resubtituted.
The method iterates through it's 内部の variable 名簿(に載せる)/表(にあげる) and tries to
find the given variable. If the variable is unkown a
::com::sun::星/主役にする::コンテナ::NoSuchElementException
is thrown.
Parameter variable
The 指名する of a variable.
Returns
Returns a string that 代表するs the variable. If the
variable is unknown a ::com::sun::星/主役にする::コンテナ::NoSuchElementException
is thrown.