hyphenInterval

@JvmField
var hyphenInterval: Byte(source)

For every hyphenInterval of encoded output, a hyphen ("-") will be inserted.

e.g.

hyphenInterval = 0
// 91JPRV3F41BPYWKCCGGG

hyphenInterval = 5
// 91JPR-V3F41-BPYWK-CCGGG

hyphenInterval = 4
// 91JP-RV3F-41BP-YWKC-CGGG

Enable by setting to a value between 1 and 127.

Default: 0