mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Use hexadecimal instead of hex for consistency. [ci skip]
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
/** Used to detect hexadecimal string values. */
|
/** Used to detect hexadecimal string values. */
|
||||||
var reHasHexPrefix = /^0x/i;
|
var reHasHexPrefix = /^0x/i;
|
||||||
|
|
||||||
/** Used to detect bad signed hex string values. */
|
/** Used to detect bad signed hexadecimal string values. */
|
||||||
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
|
||||||
|
|
||||||
/** Used to detect binary string values. */
|
/** Used to detect binary string values. */
|
||||||
|
|||||||
Reference in New Issue
Block a user