We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get UTF-8 string from the given byte offset (bytes=-1 reads to end)
import "RawData" data = new RawData data.resize 16 data.setUtf8 0, "hello" print data.utf8(0, 5) // "hello"
There was an error while loading. Please reload this page.