ESM: Tidied up IP operations

This commit is contained in:
n1474335 2018-05-29 00:48:30 +01:00
commit 7f9a2eeb6b
7 changed files with 1220 additions and 0 deletions

View file

@ -41,6 +41,11 @@ export const ARITHMETIC_DELIM_OPTIONS = ["Line feed", "Space", "Comma", "Semi-co
*/
export const HASH_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma"];
/**
* IP delimiters
*/
export const IP_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma", "Semi-colon"];
/**
* Split delimiters.
*/