Replacement of Placeholders

sub_pattern_replacement(
  ps_path,
  pl_repl_value,
  ps_ph_open_tag = "<ph>",
  ps_ph_end_tag = "</ph>"
)

Arguments

ps_path

Path with template text

pl_repl_value

list of placeholder replacement values

ps_ph_open_tag

opening tag for placeholder

ps_ph_end_tag

closing tag for placeholder