Advertisement
szymcio93

<3 litery

Jun 9th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. slowa = tekst.split(" ");
  2. for(i = 0 ; i < slowa.length ; i++) {
  3. if(slowa[i].length < 3) {
  4. tekst.replace(slowa[i], "");
  5. }
  6. }
  7. tekst.replace(" ", " ");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement