Ad
  • Default User Avatar

    I also got this error. did you ever figure it out?

  • Default User Avatar

    The sample tests are working for me, but the "attempt" butoon results in this error, which is not referring to my code: /tmp/swift117614-14-rbax7h.nlrsjaif6r/solution.swift:97:37: error: use of unresolved identifier 'CharacterSet'
    .trimmingCharacters(in: CharacterSet(charactersIn: " "))
    ^~~~~~~~~~~~
    Swift.Character:51:15: note: did you mean 'Character'?
    public struct Character : _ExpressibleByBuiltinExtendedGraphemeClusterLiteral, ExpressibleByExtendedGraphemeClusterLiteral, Hashable {