package jingoo

  1. Overview
  2. Docs

Module Jingoo.Jg_utilsSource

Sourceval spf : ('a, unit, string) format -> 'a
Sourceval ($) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourcemodule UTF8 : sig ... end
Sourceval strlen : string -> int
Sourceval strcmp : String.t -> String.t -> int
Sourceval substring : int -> int -> string -> string

application friendly substring

Sourceval escape_html_char : char -> string option

escape_html_char char returns escaped string option

Sourceval escape_html : string -> string

escape_html str replaces '&', '"', '\'', '<' and '>' with their corresponding character reference

Sourceval chomp : string -> string
Sourceval take : ?pad:'a -> int -> 'a list -> 'a list
Sourceval after : int -> 'a list -> 'a list
Sourceval get_parser_error : exn -> Lexing.lexbuf -> string
Sourceval read_file_as_string : string -> string
Sourceval get_file_path : ?template_dirs:string list -> string -> string
Sourcemodule Maybe : sig ... end
Sourceval array_find : ('a -> bool) -> 'a array -> 'a
OCaml

Innovation. Community. Security.