C
C#15mo ago
Developful

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
Developful
DevelopfulOP15mo ago
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

Did you find this page helpful?