const regexp/syntax.OpBeginLine

5 uses

	regexp/syntax (current package)
		compile.go#L115: 	case OpBeginLine:
		op_string.go#L17: 	_ = x[OpBeginLine-7]
		parse.go#L961: 				p.op(OpBeginLine)
		regexp.go#L45: 	OpBeginLine                    // matches empty string at beginning of line
		regexp.go#L169: 	case OpBeginLine: