Function lineTerminator

  • 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.

    Parameters

    Returns CharSet