Quote:
Originally Posted by chaley
DOTALL definitely affects '.'. What I am not sure of is whether or not it affects the character classes. The documentation implies that it does not, but I haven't tried it.
|
To test this, you'd need a character class (am I the only one who confuses this with RPGs?

) that include whitespaces, but by default doesn't include linebreaks, wouldn't you? From what I know, the only character class including whitespaces is \s, which by default includes the linebreak.
Also, like you said, the documentation implies otherwise