Last active
July 2, 2018 03:17
-
-
Save dudewheresmycode/824d3544e055856d7332e4f0726e6465 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#regex pattern | |
/(frame)=\s*(\d+)|(fps)=\s*(\d+)|(fps)=\s*(\d+)|(time)\s*=(\d+:\d+:\d+\.\d+)|(size)=\s*(\d+)([a-z]+)|(bitrate)=\s*([\d\.]+)([a-z\/]+)|(speed)=\s*([\dx]+)/mgi | |
#javascript | |
var regexp = /(frame)=\s*(\d+)|(fps)=\s*(\d+)|(fps)=\s*(\d+)|(time)\s*=(\d+:\d+:\d+\.\d+)|(size)=\s*(\d+)([a-z]+)|(bitrate)=\s*([\d\.]+)([a-z\/]+)|(speed)=\s*([\dx]+)/mgi; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment