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

Bugfix: Allow regex captures of substrings of stringviews #27

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

jakobnissen
Copy link
Contributor

A substring of SubString{T} is not SubString{SubString{T}}, which the previous code assumed, but just SubString{T}.

Closes #26

A substring of `SubString{T}` is not `SubString{SubString{T}}`, which the
previous code assumed, but just `SubString{T}`.
@jakobnissen
Copy link
Contributor Author

Test failures are due to an unrelated issue, fixed in #28, so that should be merged first.

@stevengj stevengj merged commit f997650 into JuliaStrings:main Oct 9, 2024
6 of 9 checks passed
@jakobnissen jakobnissen deleted the regex_str branch October 9, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError when matching SubString of StringView with Regex
2 participants