File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/declarative-customization Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1310,10 +1310,10 @@ Operators specify the type of operation to perform. The following operators are
1310
1310
** Ternary operators** - The following are operators that expect three operands:
1311
1311
1312
1312
- ** substring** : returns the part of the string between the start and end indicies. - _ Only available in SharePoint Online_
1313
- - ` "txtContent":"=substring('DogFood', 3, 4)" ` results in _ Fo _
1314
- - ` "txtContent":"=substring('DogFood', 4, 3)" ` results in _ Fo _
1315
- - ` "txtContent":"=substring('DogFood', 3, 6)" ` results in _ Food _
1316
- - ` "txtContent":"=substring('DogFood', 6, 3)" ` results in _ Food _
1313
+ - ` "txtContent":"=substring('DogFood', 3, 4)" ` results in _ F _
1314
+ - ` "txtContent":"=substring('DogFood', 4, 3)" ` results in _ F _
1315
+ - ` "txtContent":"=substring('DogFood', 3, 6)" ` results in _ Foo _
1316
+ - ` "txtContent":"=substring('DogFood', 6, 3)" ` results in _ Foo _
1317
1317
1318
1318
The substring() method returns the part of the string between the start and end indexes, or to the end of the string.
1319
1319
You can’t perform that action at this time.
0 commit comments