evaluableString

Generates an EvaluableString. Contrary to String, an EvaluableString natively supports function calls and scripting evaluation.

Return

a new string expression value that wraps the evaluated content of raw

Parameters

raw

raw value to convert to a string expression

context

context to evaluate the raw value in

See also

for the evaluation process