Created
November 8, 2015 08:41
-
-
Save vnys/13f7eff2111ed4eab4c2 to your computer and use it in GitHub Desktop.
Treningslog regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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