We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents dcc9b2a + cf6ad67 commit b6484b9Copy full SHA for b6484b9
resources/function_help/strpos
@@ -9,7 +9,7 @@ Returns -1 if the expression isn't found.
9
<p><h4>Arguments</h4>
10
<!-- List args for functions here-->
11
<i> haystack</i> → is string. The string that is to be searched.<br>
12
-<i> needle</i> → is number. The regular expression to look for.<br>
+<i> needle</i> → is string. The regular expression to look for.<br>
13
14
<h4>Example</h4>
15
<!-- Show example of function.-->
0 commit comments