whatsthecodeforthat.com
What's the code for Substring in javascript?
var substr = s.substring(start, end);