GITLAB
Komodo
/ komodo-center-messaging
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
dd3e93681557ed8a8fb4f1bfcc043682144a2987
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
dd3e93681557ed8a8fb4f1bfcc043682144a2987
komodo-center-messaging
lib
destination-corrector
util.js
7a5968185
destinationCorrector
Browse Code »
Adhidarma Hadiwinoto
6 years ago
util.js
72 Bytes
edit
raw
blame
history
1
exports.shouldNotProcessed = (val) => val.search(
/[^0-9\s-()+;]/
) >=
0
;