module Duktape::API::Strings

Direct including types

Defined in:

duktape/api/strings.cr

Instance Method Summary

Instance Method Detail

def char_code_at(index : LibDUK::Index, offset : Int32) #

[View source]
def concat(count : Int32) #

[View source]
def decode_string(index : LibDUK::Index, &func : Pointer(Void), Int32 -> Int32) #

Experimental


[View source]
def join(count : Int32) #

[View source]
def map_string(index : LibDUK::Index, &func : Pointer(Void), Int32 -> Int32) #

Experimental


[View source]
def substring(index : LibDUK::Index, start : Int32, last : Int32) #

[View source]
def trim(index : LibDUK::Index) #

[View source]