Contents

endOfSubject

An anchor that matches at the end of the input string.

Declaration

static var endOfSubject: Anchor { get }

Discussion

This anchor is equivalent to \z in regex syntax.