I have a string like so:
let someString = "The (randomcharacters)(someknowncharacters) are playing in the NBA Finals"
I want to replace everything between the strings The and (some with the string Warriors. I have looked into using replacingOcurrences but that doesn't do what I want.
 
     
    