Sourceval fromCharCodeMany : int array -> t
Sourceval fromCodePointMany : int array -> t
Sourceval charCodeAt : index:int -> t -> float
Sourceval concatMany : strings:t array -> t -> t
Sourceval endsWith : suffix:t -> ?len:int -> t -> bool
Sourceval includes : search:t -> ?start:int -> t -> bool
Sourceval indexOf : search:t -> ?start:int -> t -> int
Sourceval lastIndexOf : search:t -> ?start:int -> t -> int
Sourceval localeCompare : other:t -> t -> float
Sourceval normalize : ?form:[ `NFC | `NFD | `NFKC | `NFKD ] -> t -> t
Sourceval replace : search:t -> replacement:t -> t -> t
Sourceval unsafeReplaceBy0 : regexp:Re.t -> f:(t -> int -> t -> t) -> t -> t
Sourceval unsafeReplaceBy1 : regexp:Re.t -> f:(t -> t -> int -> t -> t) -> t -> t
Sourceval unsafeReplaceBy2 :
regexp:Re.t ->
f:(t -> t -> t -> int -> t -> t) ->
t ->
t
Sourceval unsafeReplaceBy3 :
regexp:Re.t ->
f:(t -> t -> t -> t -> int -> t -> t) ->
t ->
t
Sourceval slice : ?start:int -> ?end_:int -> t -> t
Sourceval split : ?sep:t -> ?limit:int -> t -> t array
Sourceval startsWith : prefix:t -> ?start:int -> t -> bool
Sourceval substr : ?start:int -> ?len:int -> t -> t
Sourceval substring : ?start:int -> ?end_:int -> t -> t