let indexRanges = " share , sharez".range(of: "share", options: .regularExpression)
print(indexRanges)
When I run that ^
I print:
Optional(Range(Swift.String.Index(_rawBits: 65536)..<Swift.String.Index(_rawBits: 393216)))
I have no idea what is going on hahaha