Skip to content

Commit b6484b9

Browse files
committedSep 5, 2013
Merge pull request #873 from Cracert/i18n
[function help] In strpos() needle is string, not number
2 parents dcc9b2a + cf6ad67 commit b6484b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/strpos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Returns -1 if the expression isn't found.
99
<p><h4>Arguments</h4>
1010
<!-- List args for functions here-->
1111
<i> haystack</i> &rarr; is string. The string that is to be searched.<br>
12-
<i> needle</i> &rarr; is number. The regular expression to look for.<br>
12+
<i> needle</i> &rarr; is string. The regular expression to look for.<br>
1313

1414
<h4>Example</h4>
1515
<!-- Show example of function.-->

0 commit comments

Comments
 (0)
Please sign in to comment.