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.
An anchor that matches at the end of the input string.
static var endOfSubject: Anchor { get }This anchor is equivalent to \z in regex syntax.