ksar
ksar copied to clipboard
NaturalComparator adjust Regex WORD_PATTERN, remove isDigit
adjust Regex - find several chars at once like for digits remove variable isDigit copyright 2022
Could you add tests to cover the change? What is the reason?
no futher tests required - but all test succeed we typically compare anything like dev8-xxx to dev8-yyy or ethX to ethY .. current implementation would compare char by char e,t,h .. this here will directly compare eth and eth
still any objections ?
Will review shortly