Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created November 20, 2018 06:54
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 filipgorczynski/bda30cf810242693848cbdc301b4714d to your computer and use it in GitHub Desktop.
Save filipgorczynski/bda30cf810242693848cbdc301b4714d to your computer and use it in GitHub Desktop.
"\+\n" -> ""
"\d+ lectures\n" => ""
"^(\d+:\d+(:\d+)?)" -> "_$1_"
"([^\d_])\n" -> "$1 "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment