Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Last active May 11, 2020 13:48
Show Gist options
  • Select an option

  • Save kbbgl/1c6ef8ce8471f3804d1a9eb6148164e6 to your computer and use it in GitHub Desktop.

Select an option

Save kbbgl/1c6ef8ce8471f3804d1a9eb6148164e6 to your computer and use it in GitHub Desktop.
[replace HH-mm-ss to HH:mm:ss] #regex
# Find time in format 16-58-56:
(\d{2})-(\d{2})-(\d{2}),
# Replace to 16:58:56:
$1:$2:$3,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment