Suppose I have this line of HTML
<div data-stuff='["Hi", "I'm a", "String"]'></div>
Obviously this will be a problem. How can I escape the single quote under > I'm?
Am I forced to use ASCII code '
? or is there an alternative?
Suppose I have this line of HTML
<div data-stuff='["Hi", "I'm a", "String"]'></div>
Obviously this will be a problem. How can I escape the single quote under > I'm?
Am I forced to use ASCII code '
? or is there an alternative?
You can try with '["Hi", "I’m a", "String"]'