UNPKG
@seaavey/bot
Version:
latest (1.0.3)
1.0.3
1.0.2-beta.0
1.0.1-beta.1
1.0.1-beta.0
1.0.0
The Library for Seaavey Bot
@seaavey/bot
/
lib
/
Utils
/
Regex.js
5 lines
(4 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
RegexIP
=
void
0
;
exports
.
RegexIP
=
/^(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)){3}$/
;