Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2021 Changes in this version + func Increment(inSL []string, separator string, startAt int, atLeft ...bool) (outSL []string) + type WordWithDigit struct + ForceRightDigit bool + func (w *WordWithDigit) FillWordToMatchMaxLength(inString string, removeExt ...bool) (outString string) + func (w *WordWithDigit) Init(words []string)