string-similarity-js icon indicating copy to clipboard operation
string-similarity-js copied to clipboard

use substring instead of substr

Open Youhan opened this issue 1 year ago • 0 comments

.substr is depricated, we can user substring instead.

ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr

Youhan avatar Jan 28 '24 08:01 Youhan