https://issues.apache.org/bugzilla/show_bug.cgi?id=54018

--- Comment #2 from Eugene Kazakov <[email protected]> ---
OK, examples bellow

string="some_string_${jvar}_here"->jvar="is"->${evalVar(string)}->"some_string_is_here"

string="some_string_${jvar}_here"->jvar="is"->${evalVar(string,${,})}->"some_string_is_here"

string="some_string_#jvar#_here"->jvar="is"->${evalVar(string,#,#)}->"some_string_is_here"

I mean can you expand evalVar function with configurable variables syntax
settings

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to