swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.
Apache License 2.0
278 stars 47 forks source link

[6.0] Fix word boundary matching in `matches(of:)` #746

Closed natecook1000 closed 4 months ago

natecook1000 commented 4 months ago

Cherry pick of #744 to the swift/release/6.0 branch.

natecook1000 commented 4 months ago

@swift-ci Please test