package vdom

  1. Overview
  2. Docs

Module Js_browser.JsStringSource

Sourcetype t = private Ojs.t
Sourceval t_of_js : Ojs.t -> t
Sourceval t_to_js : t -> Ojs.t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval length : t -> int
Sourceval char_code_at : t -> int -> int
Sourceval to_lower_case : t -> t
Sourceval to_upper_case : t -> t
Sourceval concat : t -> t list -> t
Sourceval includes : t -> t -> bool
Sourceval ends_with : t -> t -> bool
Sourceval index_of : t -> t -> int
Sourceval repeat : t -> int -> t
Sourceval trim : t -> t
OCaml

Innovation. Community. Security.