[TEXT-113] Add an interpolator string lookup: StringLookupFactory#interpolatorStringLookup() (original) (raw)
Log inSkip to main contentSkip to sidebar
XMLWordPrintableJSON
Details
- Type:
New Feature
- Status: Closed
- Priority:
Major
- Resolution: Fixed
- Affects Version/s: None
- Fix Version/s: 1.3
Description
Add an interpolator string lookup.
This will allow the syntax
${lookupKey:key}
To look up a system property:
${sys:user.name}
To look up an environment variable:
${env:USER}
Available through org.apache.commons.text.lookup.StringLookupFactory#interpolatorStringLookup(*)
Attachments
Activity
People
Votes:
0 Vote for this issue
Watchers:
1 Start watching this issue
Dates
Created:
10/Feb/18 19:37
Updated:
26/Mar/18 12:12
Resolved:
12/Feb/18 17:27
