Skip to content

Commit edf9707

Browse files
authored
Merge pull request #196732 from RyZum/patch-4
Update nthIndexOf to support negative occurrence
2 parents 7ad6750 + dc8604f commit edf9707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ nthIndexOf('<text>', '<searchText>', <occurrence>)
33453345
|-----------|----------|------|-------------|
33463346
| <*text*> | Yes | String | The string that contains the substring to find |
33473347
| <*searchText*> | Yes | String | The substring to find |
3348-
| <*ocurrence*> | Yes | Integer | A positive number that specifies the *n*th occurrence of the substring to find. |
3348+
| <*ocurrence*> | Yes | Integer | A number that specifies the *n*th occurrence of the substring to find. If *ocurrence* is negative, starts searching from the end. |
33493349
|||||
33503350

33513351
| Return value | Type | Description |
@@ -5350,4 +5350,4 @@ Here's the result: `Paris`
53505350

53515351
## Next steps
53525352

5353-
Learn about the [Workflow Definition Language](../logic-apps/logic-apps-workflow-definition-language.md)
5353+
Learn about the [Workflow Definition Language](../logic-apps/logic-apps-workflow-definition-language.md)

0 commit comments

Comments
 (0)