So String interpolation is possible in Swift. However, the samples i have seen are either expressions or variables placed inside the "".
Is it possible to replace with values if you have {0} and {1} in the string? I do not know what this is called in Swift if this is possible.
I thought it is still interpolation but all I see are posts that do not have {0} ...
Or is this feature not available in Swift?