startOfSubject
An anchor that matches at the start of the input string.
Declaration
static var startOfSubject: Anchor { get }Discussion
This anchor is equivalent to \A in regex syntax.
An anchor that matches at the start of the input string.
static var startOfSubject: Anchor { get }This anchor is equivalent to \A in regex syntax.