Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Strip ANSI escape codes from a string

License

NotificationsYou must be signed in to change notification settings

chalk/strip-ansi

Repository files navigation

StripANSI escape codes from a string

Note

Node.js has this built-in now withstripVTControlCharacters. The benefit of this package is consistent behavior across Node.js versions and faster improvements. The Node.js version is actually based on this package.

Install

npm install strip-ansi

Usage

importstripAnsifrom'strip-ansi';stripAnsi('\u001B[4mUnicorn\u001B[0m');//=> 'Unicorn'stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007');//=> 'Click'

Related

Maintainers

About

Strip ANSI escape codes from a string

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

Packages

No packages published

Contributors10


[8]ページ先頭

©2009-2025 Movatter.jp