# doc-cache created by Octave 8.4.0
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
lookFor


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 496
 Look for substring in in the first string input, similarly to MATLAB's contains.
 It can also handle cell input (for the main string) and regular expression for the pattern.

 FORMAT out = lookFor(str,pttrn);

 INPUT
   str   - main string of cell of strings testing for pattern.
   pttrn - pattern string

 OUTPUT
   out - 1xN logical array, where N is the number of main strings (in the cell).


 FORMAT out = lookFor(str,pttrn,'regularExpression',true);
 Input pttrn is a regular expression.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 Look for substring in in the first string input, similarly to MATLAB's conta...





