Skip to content

Fix a bug with escaping string substitution

Compare
Choose a tag to compare
@credmond-git credmond-git released this 19 Apr 20:02
· 347 commits to main since this release

Substitution can be escaped with ("", double "\" for property file-based sources, but it was leaving the escaped character in the result.
Now it will remove the escape characters.
So ${name} will output ${name} in the properties.