acet-str-find


(acet-str-find  searchFor  inString  [caseInsensitive  [wildcardMatch]])

Returns the 1-based index of string searchFor position in string inString;
if caseInsensitive is provided and non-NIL, the search is performed in case-insensitive mode;
if wildcardMatch is provided and non-NIL, the search is performed in regular expression mode.


©  Bricsys NV. All rights reserved.