[ 原始碼: golang-github-acarl005-stripansi ]
套件:golang-github-acarl005-stripansi-dev(0.0~git20180116.5a71ef0-3)
golang-github-acarl005-stripansi-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-acarl005-stripansi:
- [golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-3.dsc]
- [golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0.orig.tar.gz]
- [golang-github-acarl005-stripansi_0.0~git20180116.5a71ef0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Little Go package for removing ANSI color escape codes from strings
This Go package removes ANSI escape codes from strings.
Ideally, one would prevent these from appearing in any text one wants to process. However, sometimes this can't be helped, and one needs to be able to deal with that noise. This will use a regexp to remove those unwanted escape codes.