Package org.teavm.platform
Interface PlatformString
- All Superinterfaces:
org.teavm.jso.JSObject
public interface PlatformString
extends org.teavm.jso.JSObject
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
toUpperCase
PlatformString toUpperCase() -
toLowerCase
PlatformString toLowerCase() -
charCodeAt
int charCodeAt(int index)
-