advanced-security/qtil-swift
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Places this character at the start and end of the provided string.
For example, charOf("$").wrap("foo") will yield the string “$foo$”.
charOf("$").wrap("foo")
string wrap(string s)