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

fix: incorrect regex when splitting artistName #2378

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

ArjixWasTaken
Copy link
Contributor

@ArjixWasTaken ArjixWasTaken commented Aug 28, 2024

Related to #2343

Fixes the incorrect regex used to split a string in the form of Name1 & Name2 or Name1, Name2.

Previously the regex was actually splitting on Name1 &, Name2...

Fixes the incorrect regex used to split a string in the form of `Name1 & Name2` or `Name1, Name2`.

Previously the regex was actually splitting on `Name1 &, Name2`...
@ArjixWasTaken ArjixWasTaken changed the title fix: incorrect regex when fix: incorrect regex when splitting artistName Aug 28, 2024
@JellyBrick JellyBrick added the bug Something isn't working label Aug 28, 2024
@JellyBrick JellyBrick merged commit 61eb28e into th-ch:master Aug 28, 2024
6 checks passed
@ArjixWasTaken ArjixWasTaken deleted the patch-1 branch September 15, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants