package kkmarkdown

  1. Overview
  2. Docs

Module Lib.UtilsSource

Utilities

Sourceval is_empty_line : string -> bool

Check is the string is empty, i.e. consists of spaces or tabs

Sourceval re_spaces_upto_four : Str.regexp

Regular expression for sequent spaces upto four

Sourceval read_classes : string -> string list

Read classes annotation, e.g. ".a .b" is read to ["a"; "b"]

Sourceval remove_trailing_spaces : string -> string
Sourceval remove_trailing_sharps : string -> string
OCaml

Innovation. Community. Security.