Members
(constant) MAXIMUM_INTERPOLATION_DEPTH :number
Maximum recursion depth for parseValue
Type:
- number
- Source:
Methods
interpolate(parser, section, key)
Recursively parses a string and replaces the placeholder ( %(key)s ) with the value the key points to.
Parameters:
Name | Type | Description |
---|---|---|
parser |
ParserConfig | Parser Config Object |
section |
string | Section Name |
key |
string | Key Name |
- Source: