Contents

endOfSubjectBeforeNewline

An anchor that matches at the end of the input string or at the end of the line immediately before the end of the string.

Declaration

static var endOfSubjectBeforeNewline: Anchor { get }

Discussion

This anchor is equivalent to \Z in regex syntax.