-
Notifications
You must be signed in to change notification settings - Fork 47
Issues: swiftlang/swift-experimental-string-processing
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Case-insensitive regex with repetitions does not match uppercase characters correctly
bug
Something isn't working
#785
opened Nov 8, 2024 by
fwcd
Application of regex Something isn't working
([^a-zA-Z]|^)(text)(?=([^a-zA-Z]|$))
crashes
bug
#782
opened Oct 25, 2024 by
stefanspringer1
Is CustomConsumingRegexComponent incapable of declaring the start of a match?
bug
Something isn't working
#765
opened Sep 24, 2024 by
DandyLyons
Regex character classes fail with single scalar, non-NFC range bound elements
#750
opened Jul 10, 2024 by
kasei
Regex does not match isolated combining mark as whitespace if preceded by whitespace
bug
Something isn't working
#724
opened Feb 24, 2024 by
digitalheir
"\r?" regex doesn't seem to work properly
bug
Something isn't working
#718
opened Feb 8, 2024 by
MarsupialFan
Don't operate on a collection and a range of indices if you can help it.
#711
opened Jan 11, 2024 by
dabrahams
Add [Sub]String specializations for
contains
and other search algorithms
#687
opened Jul 20, 2023 by
milseman
Match.subscript fails to properly cast non-matched Capture
bug
Something isn't working
#624
opened Jan 21, 2023 by
jasonbobier
Swift Regex Builders will crash if a named capture group is optional
bug
Something isn't working
#623
opened Dec 22, 2022 by
schwa
Wider than expected performance gap between NSRegularExpression and StringProcessing
#612
opened Nov 2, 2022 by
fwgreen
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-10-19.