Javascript String parseInt()
parseInt()
String.prototype.parseInt = function () { return parseInt(this); };