Merge pull request #873 from Cracert/i18n

[function help] In strpos() needle is string, not number
This commit is contained in:
Jürgen Fischer 2013-09-04 23:39:38 -07:00
commit b6484b95b2

View File

@ -9,7 +9,7 @@ Returns -1 if the expression isn't found.
<p><h4>Arguments</h4>
<!-- List args for functions here-->
<i> haystack</i> &rarr; is string. The string that is to be searched.<br>
<i> needle</i> &rarr; is number. The regular expression to look for.<br>
<i> needle</i> &rarr; is string. The regular expression to look for.<br>
<h4>Example</h4>
<!-- Show example of function.-->