GO file manipulation [closed]

2 days ago 5
ARTICLE AD BOX

WIthout (even faulty) code from your end, it's hard to deduce whar your exact goal is. You want to write a function called up that upper-cases a given number of words counting from the end? Yet unclear, e.g. what a word is (or which characters separate words), or if you want to modify the string or return a modified copy of it (call by value vs. reference), etc.

2026-03-05 08:46:43 +00:00

Commented 23 hours ago

Read Entire Article