Encountering an issue:
var test = $("#k_w").val().search("sinh("+parseFloat(sinh_array[i]));
An error message is displayed by the debugger:
Uncaught SyntaxError: Invalid regular expression: /sinh(2/: Unterminated group
.
sinh_array[i]
represents numerical values.
Any ideas on what could be causing this problem?