package morbig

  1. Overview
  2. Docs
val on_string : string -> string

on_string s yields a copy of string s, with all quotes removed as described in the specification.

type backslash_automaton_state =
  1. | Default
  2. | Backslash
val backslash_as_in_doublequotes : string -> string
val remove_tabs_at_linestart : string -> string