package server-reason-react

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = string
val make : 'a -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val fromCharCode : int -> t
val fromCharCodeMany : int array -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val fromCodePoint : int -> t
val fromCodePointMany : int array -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val length : t -> int
val get : t -> int -> t
val charAt : index:int -> t -> t
val charCodeAt : index:int -> t -> float
val codePointAt : index:int -> t -> int nullable
val concat : other:t -> t -> t
val concatMany : strings:t array -> t -> t
val endsWith : suffix:t -> ?len:int -> t -> bool
val includes : search:t -> ?start:int -> t -> bool
val indexOf : search:t -> ?start:int -> t -> int
val lastIndexOf : search:t -> ?start:int -> t -> int
val localeCompare : other:t -> t -> float
  • alert not_implemented is not implemented in native under server-reason-react.js
val match_ : regexp:Re.t -> t -> t nullable array nullable
val normalize : ?form:[ `NFC | `NFD | `NFKC | `NFKD ] -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val repeat : count:int -> t -> t
val replace : search:t -> replacement:t -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val replaceByRe : regexp:Re.t -> replacement:t -> t -> t
val unsafeReplaceBy0 : regexp:Re.t -> f:(t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val unsafeReplaceBy1 : regexp:Re.t -> f:(t -> t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val unsafeReplaceBy2 : regexp:Re.t -> f:(t -> t -> t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val unsafeReplaceBy3 : regexp:Re.t -> f:(t -> t -> t -> t -> int -> t -> t) -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
  • alert not_implemented is not implemented in native under server-reason-react.js
val slice : ?start:int -> ?end_:int -> t -> t
val split : ?sep:t -> ?limit:int -> t -> t array
  • alert not_implemented is not implemented in native under server-reason-react.js
val splitByRe : regexp:Re.t -> ?limit:int -> t -> t nullable array
val startsWith : prefix:t -> ?start:int -> t -> bool
val substr : ?start:int -> ?len:int -> t -> t
val substring : ?start:int -> ?end_:int -> t -> t
val toLowerCase : t -> t
val toLocaleLowerCase : t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val toUpperCase : t -> t
val toLocaleUpperCase : t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
val trim : t -> t
val anchor : name:t -> t -> t
  • alert not_implemented is not implemented in native under server-reason-react.js
  • alert not_implemented is not implemented in native under server-reason-react.js
OCaml

Innovation. Community. Security.