package ansifmt

  1. Overview
  2. Docs

Module Color.Basic

Functions to deal with basic colors.

val regular_expression : Re.re

The regular expression used to parse basic colors.

val parse : string -> [> `Basic of int ] option

parse string attempts to find a serialized basic color in the string.