Skip to content

Recursive variables #119

Open
Open
@alexandrehtrb

Description

A value could reference another variable, like:

Key Value
FirstName John
LastName McClane
FullName {{ FirstName }} {{ LastName }}

FullName should output John McClane

Method to change

public static string ReplaceTemplates(string? strToReplaceTemplatedVariables, IEnumerable<PororocaVariable> effectiveVars)

and unit tests

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions