Contents

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.