mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #873 from Cracert/i18n
[function help] In strpos() needle is string, not number
This commit is contained in:
commit
b6484b95b2
@ -9,7 +9,7 @@ Returns -1 if the expression isn't found.
|
||||
<p><h4>Arguments</h4>
|
||||
<!-- List args for functions here-->
|
||||
<i> haystack</i> → is string. The string that is to be searched.<br>
|
||||
<i> needle</i> → is number. The regular expression to look for.<br>
|
||||
<i> needle</i> → is string. The regular expression to look for.<br>
|
||||
|
||||
<h4>Example</h4>
|
||||
<!-- Show example of function.-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user