Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust string splitting function #10221

Merged
merged 2 commits into from
Apr 8, 2024

Commits on Apr 6, 2024

  1. Adjust string splitting function

    This commit fixes an issue where the string splitting function was handling characters in the input string improperly. We adjusted the use of the `take_while` function to calculate the length of the numeric prefix, rather than directly splitting the string, thus correctly splitting the string into a numeric prefix part and the remaining part.
    weartist committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    99add08 View commit details
    Browse the repository at this point in the history
  2. 💄

    weartist committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    35f9b28 View commit details
    Browse the repository at this point in the history