Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/reference/operator/aggregation/indexOfBytes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Definition
----------

.. expression:: $indexOfBytes


.. versionadded:: 3.4

Searches a string for an occurence of a substring and returns the
UTF-8 byte index (zero-based) of the first occurence. If the
substring is not found, returns ``-1``.
Expand Down