Trying to make a wrapper for a property that should adjust a string
问题 I have this code that I need to make reusable by other apps. This code shows messages where the localized app's name is present. So, I have localized strings like this: "DoYou" = "Do you really want to close $$$?"; "Quit" = "Quit $$$"; "Keep Running" = "Keep $$$ Running"; Where $$$ must be replaced with the localized app's name at run time. Because I want to learn about property wrappers, I have tried to create this one: extension String { func findReplace(_ target: String, withString: String