mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[function help] In strpos() needle is string, not number
This commit is contained in:
parent
7030b1ad46
commit
cf6ad67743
@ -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