[][src]Module rexl::interpolate

Structs

InvalidCharValue
NumberParseValue
UnexpectedValue

Enums

InterpolationError

Functions

brace
brace_named
brace_positional
brace_unwrap
dollar

! string interpolation by dollar sign [$][a-zA-Z0-9]+ and [$]{[a-zA-Z0-9]+:.*} is supported Example: $x_y_z_1, the variable is x_y_z_1, and has no default value ${x_y_z_1:the_default_value}, the variable is x_y_z_1, and default is: the_default_value ${{:}\:{:}\}, the variable is {:}, and default is {:}\

dollar_named
dollar_positional
dollar_unwrap