xonixx / intellij-awk

The missing IntelliJ IDEA language support plugin for AWK
https://plugins.jetbrains.com/plugin/17037-awk-support
MIT License
45 stars 2 forks source link

Support for GAWK join function #162

Open rabestro opened 1 year ago

rabestro commented 1 year ago

Merging an Array into a String

When doing string processing, it is often useful to be able to join all the strings in an array into one long string. The following function, join(), accomplishes this task.

https://www.gnu.org/software/gawk/manual/html_node/Join-Function.html

image