JavaScript RegExp Object
The \n character is used to find a newline character.
\n returns the position where the newline character was found. If no match is found, it returns -1.
![]()
The \n metacharacter is supported in all major browsers.
Search for a newline character in a string:
The marked text below shows where the expression gets a match:
JavaScript RegExp Object
Your message has been sent to W3Schools.