create arithmetic specific delimiter options

This commit is contained in:
d98762625 2018-05-15 14:59:28 +01:00
parent 6ddc1b1c9c
commit 3bbfc130d4
8 changed files with 19 additions and 14 deletions

View file

@ -31,6 +31,11 @@ export const WORD_DELIM_OPTIONS = ["Line feed", "CRLF", "Forward slash", "Backsl
*/
export const INPUT_DELIM_OPTIONS = ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon", "Nothing (separate chars)"];
/**
* Arithmetic sequence delimiters
*/
export const ARITHMETIC_DELIM_OPTIONS = ["Line feed", "Space", "Comma", "Semi-colon", "Colon", "CRLF"];
/**
* Split delimiters.
*/