We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671fb39 commit 8347914Copy full SHA for 8347914
source/reference/operator/aggregation/substrCP.txt
@@ -90,7 +90,7 @@ Definition
90
- ``"cafét"``
91
92
* - ``{ $substrCP: [ "cafétéria", 5, 4 ] }``
93
- - ``"tér"``
+ - ``"éria"``
94
95
* - ``{ $substrCP: [ "cafétéria", 7, 3 ] }``
96
- ``"ia"``
@@ -199,4 +199,4 @@ The operation returns the following results:
199
{ "_id" : 7, "name" : "tacos", "menuCode" : "tac" }
200
{ "_id" : 8, "name" : "寿司sushi", "menuCode" : "寿司s" }
201
202
-.. seealso:: :expression:`$substrBytes`
+.. seealso:: :expression:`$substrBytes`
0 commit comments