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

[ apache, library, text ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies attoparsec, base (>=4.7 && <5), text [details]
License Apache-2.0
Copyright 2019 Yuji Yamamoto
Author Yuji Yamamoto
Maintainer whosekiteneverfly@gmail.com
Revised Revision 2 made by igrep at 2019-07-06T13:10:16Z
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
Uploaded by igrep at 2019-07-03T07:31:36Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 741 total (41 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-03 [all 1 reports]

Readme for strip-ansi-escape-0.1.0.0

[back to package description]

strip-ansi-escape

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