I have a string like this:
var cadena = '<form name="name" th:action=" 'ERROR' ">';
I have some single quotes within the string and that is what limits the start and the end, how can I do to include the escape characters as part of the chain?
Greetings.