Class type Js.js_stringSource
Specification of Javascript string objects.
method toString : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod valueOf : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod charAt : int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod charCodeAt : int -> number Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod codePointAt : int ->
number Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.methmethod concat : js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod concat_2 : js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod concat_3 : js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod concat_4 : js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod indexOf : js_string Js_of_ocaml.Js.t -> int Js_of_ocaml.Js.methmethod indexOf_from : js_string Js_of_ocaml.Js.t ->
int ->
int Js_of_ocaml.Js.methmethod lastIndexOf : js_string Js_of_ocaml.Js.t -> int Js_of_ocaml.Js.methmethod lastIndexOf_from : js_string Js_of_ocaml.Js.t ->
int ->
int Js_of_ocaml.Js.methmethod localeCompare : js_string Js_of_ocaml.Js.t ->
number Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod _match : regExp Js_of_ocaml.Js.t ->
Js_of_ocaml.Js.match_result_handle Js_of_ocaml.Js.t Js_of_ocaml.Js.opt
Js_of_ocaml.Js.methmethod normalize : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod normalize_form : Js_of_ocaml.Js.normalization Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod replace : regExp Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod replace_string : js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t ->
js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod search : regExp Js_of_ocaml.Js.t -> int Js_of_ocaml.Js.methmethod slice : int -> int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod slice_end : int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod split : js_string Js_of_ocaml.Js.t ->
Js_of_ocaml.Js.string_array Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod split_limited : js_string Js_of_ocaml.Js.t ->
int ->
Js_of_ocaml.Js.string_array Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod split_regExp : regExp Js_of_ocaml.Js.t ->
Js_of_ocaml.Js.string_array Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod split_regExpLimited : regExp Js_of_ocaml.Js.t ->
int ->
Js_of_ocaml.Js.string_array Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod substring : int -> int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod substring_toEnd : int -> js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod toLowerCase : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod toLocaleLowerCase : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod toUpperCase : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod toLocaleUpperCase : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod trim : js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod length : int Js_of_ocaml.Js.readonly_prop