Skip to content

Instantly share code, notes, and snippets.

@sundaycrafts
Last active August 29, 2015 14:22
Show Gist options
  • Save sundaycrafts/9f3e647753ca585e12f1 to your computer and use it in GitHub Desktop.
Save sundaycrafts/9f3e647753ca585e12f1 to your computer and use it in GitHub Desktop.
useful regular expression
# get 4 spaces indents(it is not works perfectly but enough)
/(?<!\S) {4}/
# erace padding text such as ctrl char when logging bash log by [script] command
s/((?![\n\t])[[:cntrl:]])|(\[.*?(m|k))//g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment