GITLAB
Komodo
/ komodo-center-messaging
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
558708432aa9461bd16ae6121b95503348c86650
master
v0.14.17
v0.14.16
v0.14.15
v0.14.14
v0.14.13
v0.14.12
v0.14.11
v0.14.10
v0.14.9
v0.14.8
v0.14.7
v0.14.6
v0.14.5
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
v0.13.3
v0.13.2
v0.13.1
v0.13.0
v0.12.2
v0.12.1
v0.12.0
v0.11.0
v0.10.6
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
v0.10.0
v0.9.25
v0.9.24
v0.9.23
v0.9.22
v0.9.21
v0.9.20
v0.9.19
v0.9.18
v0.9.17
v0.9.16
v0.9.15
v0.9.14
v0.9.13
v0.9.12
v0.9.11
v0.9.10
v0.9.9
v0.9.8
v0.9.7
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
558708432aa9461bd16ae6121b95503348c86650
komodo-center-messaging
lib
destination-corrector
util.js
7a5968185
destinationCorrector
Browse Code »
Adhidarma Hadiwinoto
5 years ago
util.js
72 Bytes
edit
raw
blame
history
1
exports.shouldNotProcessed = (val) => val.search(
/[^0-9\s-()+;]/
) >=
0
;