Advertisement
garfield

[COD]: Procurar simbolos

Sep 8th, 2012
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.    
  2.     new Symbols[2][5] = {
  3.         "-",
  4.         ","
  5.     };
  6.    
  7.    
  8.     // Procurar...
  9.    
  10.     for(new Interator, Max = sizeof(Symbols); Interator != Max; ++Interator){
  11.         if(strfind(Symbols[Interator], string, false) != -1){
  12.             // AƇƃO
  13.         }
  14.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement