jon.recoil.org

Class type Js.js_stringSource

Specification of Javascript string objects.

method charCodeAt : int -> number Js_of_ocaml.Js.t Js_of_ocaml.Js.meth
method indexOf_from : js_string Js_of_ocaml.Js.t -> int -> int Js_of_ocaml.Js.meth
method lastIndexOf : js_string Js_of_ocaml.Js.t -> int Js_of_ocaml.Js.meth
method lastIndexOf_from : js_string Js_of_ocaml.Js.t -> int -> int Js_of_ocaml.Js.meth
method slice : int -> int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.meth
method substring : int -> int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.meth
method substring_toEnd : int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.meth
method length : int Js_of_ocaml.Js.readonly_prop