Predicate getCodepointAt
Gets the i
th codepoint in s
.
Unpaired surrogates are skipped.
Import path
import codeql.util.Strings
string getCodepointAt(string s, int i)
Gets the i
th codepoint in s
.
Unpaired surrogates are skipped.
import codeql.util.Strings
string getCodepointAt(string s, int i)