Skip to content

Conversation

@gurgunday
Copy link
Contributor

@gurgunday gurgunday commented Jul 13, 2024

String.prototype.split() supports a second parameter that stops the search as soon as the number of elements in the resulting list are hit

In this case, we are always getting the first element after splitting with #, therefore it doesn't make sense to continue searching the string for more separators and end up with a larger-than-necessary array

@gurgunday
Copy link
Contributor Author

@jasoniangreen can you take a look?

@gurgunday gurgunday closed this Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant