Profile
Achievement
tonic's Recent SnippetsTagged search
- 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
946
posted 16 years ago by tonic