<html>
<head>
</head>
<body>
<textarea maxlength="10"></textarea>
</body>
</html>
I am encountering an issue that counts return key as 2 characters. I have applied regex also to solve this issue but unable to do that. The regex I applied is (/(?:\r\n|\r|\n)/g, '\n')