Lines Matching refs:needle
3027 stridx({haystack}, {needle} [, {start}])
3028 Number index of {needle} in {haystack}
3036 strridx({haystack}, {needle} [, {start}])
3037 Number last index of {needle} in {haystack}
10899 stridx({haystack}, {needle} [, {start}]) *stridx()*
10901 {haystack} of the first occurrence of the String {needle}.
10908 -1 is returned if the {needle} does not occur in {haystack}.
10919 GetHaystack()->stridx(needle)
11012 strridx({haystack}, {needle} [, {start}]) *strridx()*
11014 {haystack} of the last occurrence of the String {needle}.
11022 -1 is returned if the {needle} does not occur in {haystack}.
11023 If the {needle} is empty the length of {haystack} is returned.
11031 GetHaystack()->strridx(needle)