We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
corefunc_str_template
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
corefunc_str_iterative_replace
The text was updated successfully, but these errors were encountered:
https://1-7-0-alpha1.opentofu.pages.dev/docs/language/functions/templatestring/
Sorry, something went wrong.
corefunc_str_marker_replace
opentofu/opentofu#1518
skyzyx
No branches or pull requests
What functionality would you like to see?
corefunc_str_iterative_replace
.The text was updated successfully, but these errors were encountered: