[NAME]
ALL.dao.type.string.method.find

[TITLE]
find( self :string )

[DESCRIPTION]


     
   1  find( self :string, str : string, from = 0, reverse = 0 ) => int
     
Find substring str, starting from from; search backward if reverse is true. Return the 
index of the first occurrence of str if found, otherwise return -1.