Re: Documentaion update request for "find"
- Posted by ne1uno Sep 15, 2010
- 1126 views
alanjohnoxley said...
Hi, the online docs for "find" don't seem to be correct:
9.3.2 Finding
9.3.2.1 find
<built-in> function find(object needle, sequence haystack, integer start)
Find the first occurrence of a "needle" as an element of a "haystack", starting from position "start"..
that appears to be a doc bug, the start param should be defaulted to 1 as per the description. the function signatures in the docs for the built-ins are not generated automatically from source and can be out of date.