Go to the first, previous, next, last section, table of contents.
- util_find_substr(W,S)
 - 
: 
 It returns the position of W in S.
 If W cannot be found, it returns -1.
 Arguments must be a list of ascii codes. 
 
Go to the first, previous, next, last section, table of contents.