Module interpolate

Module interpolate 

Source

Structs§

InvalidCharValue
InvalidStringValue
NumberParseValue

Enums§

InterpolationError

Functions§

brace
brace_named
brace_named_unwrap
brace_positional
brace_positional_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_named_unwrap
dollar_positional
dollar_positional_unwrap