You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1ad87c6ba6
I needed "split" specifically so I can do something like: ```hcl variable PLATFORMS { default = "linux/amd64" } target foo { platforms = split(",", "${PLATFORMS}") # other stuff } ``` Where the existing "csvdecode" does not work for this because it parses the string into a list of objects instead of a list of strings. I went ahead and just added all the available new functions. Signed-off-by: Brian Goff <cpuguy83@gmail.com> |
5 years ago | |
---|---|---|
.. | ||
bool.go | 5 years ago | |
bytes.go | 5 years ago | |
collection.go | 5 years ago | |
conversion.go | 5 years ago | |
csv.go | 5 years ago | |
datetime.go | 5 years ago | |
doc.go | 5 years ago | |
format.go | 5 years ago | |
format_fsm.go | 5 years ago | |
format_fsm.rl | 5 years ago | |
general.go | 5 years ago | |
json.go | 5 years ago | |
number.go | 5 years ago | |
regexp.go | 5 years ago | |
sequence.go | 5 years ago | |
set.go | 5 years ago | |
string.go | 5 years ago | |
string_replace.go | 5 years ago |