Skip to content

Instantly share code, notes, and snippets.

@Gaubee
Created May 16, 2018 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaubee/8d08147e5db828c2517815e82c5a71bb to your computer and use it in GitHub Desktop.
Save Gaubee/8d08147e5db828c2517815e82c5a71bb to your computer and use it in GitHub Desktop.
remove terminal color.
const color_flag_reg = /((\u001b\[\d+m)+)([\s\S]+?)((\u001b\[\d+m)+)/;
s.replace(color_flag_reg, "$3");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment