strutil icon indicating copy to clipboard operation
strutil copied to clipboard

Golang metrics for calculating string similarity and other string utility functions

Results 7 strutil issues
Sort by recently updated
recently updated
newest added

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @​dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @​thomasrockhu-codecov...

dependencies
github_actions

At least for the basic comparison, this would be very helpful to see where the strings differ with an html file

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.0.0 to 5.1.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.1.0 What's Changed Changes feat: support for pull and merge_group events with the option only-new-issues by @​ldez in...

dependencies
github_actions

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.0.0 to 9.2.0. Release notes Sourced from golangci/golangci-lint-action's releases. v9.2.0 What's Changed Changes feat: add version-file option by @​ldez in golangci/golangci-lint-action#1320 chore: move samples into fixtures by...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

I made some changes to allow an accurate range like in the mathematical definition and a different function `jaroMatches` jaroMatches() also loops through the shortest string unlike previously which just...