• Replaces tags in a text with corresponding values from an object.

    Parameters

    • text: string

      The text containing tags to be replaced.

    • values: string | object

      The object containing values for replacement.

    • Optional options: Partial<ReplaceTagsOptions>

      Optional configuration for tag parsing.

    Returns string

    The text with replaced tags.

Generated using TypeDoc