package liquid_parser

  1. Overview
  2. Docs

Module Liquid_parser.PreprocessorSource

Sourceval (~/) : ?options:Re2.Options.t -> string -> Re2.t
Sourceval tag : string -> string
Sourceval remove : Re2.t -> string -> string
Sourceval remove_comments : string -> string
Sourceval remove_liquid_comments : string -> string
Sourceval add_eof : string -> string
Sourceval preprocess : string -> string
Sourceval raw_open : string
Sourceval raw_close : string
Sourceval is_raw : string -> bool
Sourceval until_end_raw : string -> string
Sourceval trim_raw_tags : string -> string