let finalString = exampleString.replacingOccurrences(of: "([a-z])([A-Z])", with: "$1 $2", options: .regularExpression)