Replacing the first occurrence in Swift
I have some Swift code ( currently written for Mac ), which is supposed to generate random sentences. I have most of it completed, but it is reaplacing all occurrences of placeholders with the same noun/verb/adjective/etc. when I only want it to repl...