Js.js_stringSpecification of Javascript string objects.
method _match : regExp t -> match_result_handle t opt methmethod normalize_form : normalization t -> js_string t 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