multiLine property

bool multiLine
getter/setter pair

Option indicating whether ^ and $ look for the start and the end of the whole string (default) or of every line

Implementation

var multiLine = false;