Personally, I use TextMate, but I'm a bit of a geek. If you're not into writing your own then I would recommend RapidWeaver:
http://www.realmacsoftware.com/rapidweaver/
Sandvox:
http://www.karelia.com/sandvox/
or, if you want to get into the geeky stuff, Coda...
To check if it is a quote in JS you can just do (for example);
var the_quote = '"';
if (the_quote == '"') {
alert("Match");
}
JS allows you to use either double or single quotes to specify a string so you can just wrap a single double quote in single quotes.
If you are using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.