In , urlContentArray[1].componentsSeparatedByString("")
I want to replace the "1" with a range of numbers.
When I write urlContentArray[1..")
I get this error message:
Value of type 'ArraySlice' has no member 'componentsSeparatedByString'
How can get I get range of numbers?