swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hamishknight opened this issue · 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