Profile
Achievement
 
    
                tonic's Recent Snippets
- All /
 « Prev 1 Next »
You can find a string as an array row value.
Ex:
arr=['abcde','mdleo']
arr.find('dbd') -> array['abcde']
arr.find('akdowewo') -> array[] (empty)
        
        
        
            0 
        
        
            1420 
        
                    posted 17 years ago by tonic