Skip to content

Commit 020e579

Browse files
authored
Refs #27834 -- Restored "expression" in StrIndex's docs signature.
Documentation regression in 20dbf19.
1 parent 1dfd5aa commit 020e579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ref/models/database-functions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,10 +1783,10 @@ Usage example:
17831783
``StrIndex``
17841784
------------
17851785

1786-
.. class:: StrIndex(string, substring, **extra)
1786+
.. class:: StrIndex(expression, substring, **extra)
17871787

17881788
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
1789+
occurrence of ``substring`` inside ``expression``, or 0 if ``substring`` is not
17901790
found.
17911791

17921792
Usage example:

0 commit comments

Comments
 (0)