We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfd5aa commit 020e579Copy full SHA for 020e579
1 file changed
docs/ref/models/database-functions.txt
@@ -1783,10 +1783,10 @@ Usage example:
1783
``StrIndex``
1784
------------
1785
1786
-.. class:: StrIndex(string, substring, **extra)
+.. class:: StrIndex(expression, substring, **extra)
1787
1788
Returns a positive integer corresponding to the 1-indexed position of the first
1789
-occurrence of ``substring`` inside ``string``, or 0 if ``substring`` is not
+occurrence of ``substring`` inside ``expression``, or 0 if ``substring`` is not
1790
found.
1791
1792
Usage example:
0 commit comments