pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-10-12
2016-10-12 17:19:29 by Martin Nilsson <nilsson@fastmail.com>
242613fb9a8a50f2e7bd8e47d5e6eac436579d67 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
The start parameter to search() has no effect on mappings.
946:
*! *! @param start *! If the optional argument @[start] is present search is started at
-
*! this position.
+
*! this position.
This has no effect on mappings.
*! *! @returns *! Returns the position of @[needle] in @[haystack] if found.