Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WordWithDigit ¶
type WordWithDigit struct { ForceRightDigit bool // contains filtered or unexported fields }
func (*WordWithDigit) FillWordToMatchMaxLength ¶
func (w *WordWithDigit) FillWordToMatchMaxLength(inString string, removeExt ...bool) (outString string)
FillWordToMatchMaxLength: Convert word(s) into numbered one, like "label1" -> "label000001" etc... results are based on list of words that determine max length of them to determinate the final length of the modified word. This is used in case of sorting list of words that contains numeric value to avoid the disorder result like "1label", "10label", "2label" etc ...
func (*WordWithDigit) Init ¶
func (w *WordWithDigit) Init(words []string)
Click to show internal directories.
Click to hide internal directories.