Skip to content

Instantly share code, notes, and snippets.

@vestige
Created October 13, 2011 12:55
Show Gist options
  • Save vestige/1284166 to your computer and use it in GitHub Desktop.
Save vestige/1284166 to your computer and use it in GitHub Desktop.
tkbjs
document.writeln("");
document.writeln("Hello tkbjs");
document.writeln("============");
var text = 'and in it he says "Any damn fool could';
var pos = text.search(/["']/);
document.writeln(pos);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment