strip-ansi-escape: Strip ANSI escape code from string.

[ apache, library, text ] [ Propose Tags ] [ Report a vulnerability ]

Strip ANSI escape code from string. Haskell port of https://github.com/chalk/strip-ansi.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies attoparsec, base (>=4.7 && <5), text [details]
License Apache-2.0
Copyright 2019 YAMAMOTO Yuji
Author YAMAMOTO Yuji
Maintainer whosekiteneverfly@gmail.com
Uploaded by igrep at 2026-06-28T07:15:20Z
Category Text
Home page https://gitlab.com/igrep/haskell-strip-ansi-escape#readme
Source repo head: git clone https://gitlab.com/igrep/haskell-strip-ansi-escape
Distributions Stackage:0.1.0.1
Reverse Dependencies 6 direct, 13 indirect [details]
Downloads 1193 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-06-28 [all 1 reports]

Readme for strip-ansi-escape-0.1.0.1

[back to package description]

strip-ansi-escape

Strip ANSI escape code from string. Haskell port of https://github.com/chalk/strip-ansi.