Js.js_stringSpecification of Javascript string objects.
method charCodeAt : int -> float methmethod split : js_string t -> string_array t methmethod split_limited : js_string t -> int -> string_array t methmethod split_regExp : regExp t -> string_array t methmethod split_regExpLimited : regExp t -> int -> string_array t methmethod length : int readonly_prop