Do not regard the beginning of the specified string as the beginning of a line

More generally, don’t make any assumptions about what text might precede it.

Property definitions

core $ Regex :: not_bol
	# Do not regard the beginning of the specified string as the beginning of a line
	#
	# More generally, don’t make any assumptions about what text might precede it.
	var not_bol = false is writable
lib/core/re.nit:170,2--173,32