dotAll property

bool dotAll
getter/setter pair

Option indicating whether to match any character by using '.' in the whole string or only until the nearest newline character (default)

Implementation

var dotAll = false;