codeql/swift-all
2.0.2
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Returns all the substrings obtained by splitting the receiver at every occurrence of the argument. Trailing empty substrings are omitted. Splitting at an empty string returns all the characters that the receiver consists of.
string splitAt(string delimiter)