module.exports = function startsWithWhile (foo, bar) {
  foo = String(foo)
  bar = String(bar)

  var i = bar.length