mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
define( function() {
|
|
"use strict";
|
|
|
|
return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source;
|
|
} );
|