Skip to content

Instantly share code, notes, and snippets.

@vnys
Created November 8, 2015 08:41
Show Gist options
  • Save vnys/13f7eff2111ed4eab4c2 to your computer and use it in GitHub Desktop.
Save vnys/13f7eff2111ed4eab4c2 to your computer and use it in GitHub Desktop.
Treningslog regex
'3 x 10 x 10 min 2kg '.match(/(\d+\s?[x|min|kg]+)/g).forEach(match => console.log(match.replace(/\s/,'').match(/(\d+)(\w+)/)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment