Middle join array
If i have an array like ["Hello", "NAME", "anna", "NAME"], is there a way to turn that into ["Hello", "NAME anna NAME"]
1 Reply
so basically whatever's in the middle of a certain identifier, "NAME" in this case, join everything into 1 string
actually nvm i figured it out