module Duktape::API::Strings
Direct including types
Defined in:
duktape/api/strings.crInstance Method Summary
- #char_code_at(index : LibDUK::Index, offset : Int32)
- #concat(count : Int32)
-
#decode_string(index : LibDUK::Index, &func : Pointer(Void), Int32 -> Int32)
Experimental
- #join(count : Int32)
-
#map_string(index : LibDUK::Index, &func : Pointer(Void), Int32 -> Int32)
Experimental
- #substring(index : LibDUK::Index, start : Int32, last : Int32)
- #trim(index : LibDUK::Index)