I have an application, and it is fed some HTML. It then needs to put that HTML into a string. This HTML contains single and double quotes. Is it possible, in javascript, to declare a string with infor
Is there a specific time when I should use "" vs \'\'? I\'ve been using single quotes most of the time because it\'s easier to type but I\'m not sure if I should.
I have a long list of names that I need to have quotes around (it can be double or single quotes) and I have about 8,000 of them. I have them in Excel without any quotes and I can copy all of the name
I\'ve got a problem running a batch job on my server, whereas it runs fine from Eclipse on my development workstation.