Created
October 13, 2011 12:55
-
-
Save vestige/1284166 to your computer and use it in GitHub Desktop.
tkbjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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