swiftlang/swift-experimental-string-processing
An early experimental general-purpose pattern matching engine for Swift.
SwiftApache-2.0
Pinned issues
Issues
- 0
Convert closure-based methods to typed throws
#834 opened by natecook1000 - 1
- 1
(?!^) is not handled correctly by Regex framework
#815 opened by DJBen - 4
- 0
- 0
- 3
Regex misses Windows-style newlines
#822 opened by BigZaphod - 0
- 1
Regex seems to result in an infinite loop when looking for Anchor.wordBoundary.
#818 opened by BigZaphod - 3
Unicode 15 scripts and blocks are unrecognized
#679 opened by benrimmington - 1
trimmingPrefixOrNil
#814 opened by dabrahams - 1
- 2
- 1
- 3
- 2
Status of this work not well-represented
#802 opened by dabrahams - 0
Apple Swift
#799 opened by Sanel0101 - 2
Case-insensitive regex with repetitions does not match uppercase characters correctly
#785 opened by fwcd - 4
When passing a collection to `Set.contains(_:)`, forward to `Set.isSuperset(of:)`
#796 opened by marcomasser - 0
Regex match hangs on non-matching string
#793 opened by bgreenlee - 0
Regex is not Sendable
#792 opened by svanimpe - 1
- 0
Preserve word boundary cache across multiple matches
#770 opened by milseman - 0
- 1
Is CustomConsumingRegexComponent incapable of declaring the start of a match?
#765 opened by DandyLyons - 4
Regex non-deterministicly fails
#639 opened by jasonbobier - 1
Regex with positive lookahead crashes at runtime when accessing match.output
#713 opened by AndreasVerhoeven - 1
Regex does not match isolated combining mark as whitespace if preceded by whitespace
#724 opened by cacfd3a - 1
"\r?" regex doesn't seem to work properly
#718 opened by MarsupialFan - 1
Creating a `ChoiceOf` from an array
#701 opened by bbrk24 - 1
`contains<C>(_:)` does not behave as expected
#694 opened by hitsvilleusa - 7
- 2
Inline modifier fails to work consistently
#677 opened by jasonbobier - 0
RegexBuilder module is unavailable on Windows
#693 opened by grynspan - 0
- 3
Unexpected compiler error for CharacterClass.inverted
#672 opened by Kyle-Ye - 8
Regex fails to match correctly in Xcode 14.3 (iOS, macOS) and Xcode 14.2 (macOS)
#640 opened by jasonbobier - 6
Crash in `BidirectionalCollection.firstRange(of:)`
#666 opened by bjhomer - 1
Verify scalar semantics in quantifier fast path
#661 opened by natecook1000 - 0
Add benchmarks for string algorithms
#663 opened by natecook1000 - 0
Add unit tests for advanced string algorithms
#662 opened by natecook1000 - 0
Drop "experimental" from the repo name
#622 opened by rxwei - 0
Remove the `anyScalar` CustomCharacterClass
#647 opened by natecook1000 - 0
- 0
Runtime crash when accessing DSL-composed Regex Match with named capture groups
#625 opened by sstadelman - 1
- 3
- 1
matches(of:) and firstMatch(of:) behave differently when multiline is used with negative lookahead
#613 opened by fwgreen - 0
Wider than expected performance gap between NSRegularExpression and StringProcessing
#612 opened by fwgreen - 0
Regex: Inconsistent atomic access
#609 opened by lorentey