-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
What functionality would you like to see?
data "corefunc_str_marker_replace" "str" {
iterative = false
string = "{eight}wo{three}"
replacements = {
two = "2"
three = "}3"
eight = "8{t"
}
}
#=> 8{two}3
data "corefunc_str_marker_replace" "str" {
iterative = true
string = "{eight}wo{three}"
replacements = {
two = "2"
three = "}3"
eight = "8{t"
}
}
#=> 823- Similar to, but different from,
corefunc_str_iterative_replace. - feature: String function for multi replacement with map for values hashicorp/terraform#30260
- https://github.com/skyzyx/adventofcode/tree/main/2023/1#stop-replacing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels