Returns the character set that contains only line terminators.
This character set accepts all characters that the JS RegExp . rejects. The returned character set accepts all character that the regex /^.$/ rejects.
.
/^.$/
Returns the character set that contains only line terminators.
This character set accepts all characters that the JS RegExp
.
rejects. The returned character set accepts all character that the regex/^.$/
rejects.