vipnet-parser
v3.0.0
Published
Partial JS port of ruby gem vipnet_parser
Downloads
5
Readme
Summary
Partial JS port of ruby gem vipnet_parser.
Key differences
- implements only
VipnetParser.id()
andVipnetParser.network()
- no sort
- returns IDs in order of its appearances in string
- dropping non-uniq IDs could be disabled by setting flag
onlyUnuq
tofalse
(default value:true
)
License
vipnet-parser is distributed under the WFTPL.