swiftlang/swift-experimental-string-processing

`Anchor.inverted` does not have any effect on most members

hamishknight opened this issue · 0 comments

For:

  • Anchor.startOfSubject
  • Anchor.endOfSubjectBeforeNewline
  • Anchor.endOfSubject
  • Anchor.firstMatchingPositionInSubject
  • Anchor.startOfLine
  • Anchor.endOfLine

Using the inverted member currently has no effect. We ought to implement the right behavior.

rdar://97075024