Fork me on GitHub
View source

package haxepunk.utils

abstract Utf8String

This abstract exposes a String-like API with UTF8 support.

Class Fields

Instance Fields

read only length : Int

View source

new (s : String) : Utf8String

View source

charCodeAt (pos : Int) : Int

View source

substr (pos : Int, len : Int) : Utf8String