swift-island-27000
10/16/2024, 4:02 PMmicroscopic-river-74022
10/16/2024, 4:02 PMmicroscopic-river-74022
10/16/2024, 4:02 PMreplace
helper function in Garden does not support regular expressions. It is used to replace all occurrences of a given substring in a string. The usage is replace(string, substring, replacement)
. For example, ${replace("string_with_underscores", "_", "-")}
would replace all underscores with dashes, resulting in "string-with-underscores".
You can find more information about the replace
function and other helper functions in the Garden documentation ().
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------microscopic-river-74022
10/16/2024, 4:02 PM