You are here

constant videojs_utility::VERSION_REGEX in Video.js (HTML5 Video Player) 7.3

File

includes/videojs.utility.inc, line 14
This file will be used to keep all utility functions.

Class

videojs_utility
Helper functions for the Video.js module.

Code

const VERSION_REGEX = '/(?:v[ ]*|Version |Video.js )([\\d.]{2,})/i';