Skip to content

Instantly share code, notes, and snippets.

@uncletomiwa
Created December 21, 2013 18:00
Show Gist options
  • Save uncletomiwa/8072665 to your computer and use it in GitHub Desktop.
Save uncletomiwa/8072665 to your computer and use it in GitHub Desktop.
Here's the Update
var text=("thiolur is a gud girl n tholur has a way of doin tins");
var myName =("thiolur is gud girl");
var hits=[];
for (var i=0;i<=text.length-1;i++){
if(text[i]==='t'){
for (var j=i;j<=myName.length+1;j++){
hits.push('thiolur');
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment