Skip to content

Commit ec97060

Browse files
committed
Added missing Examples heading.
1 parent 193d197 commit ec97060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jep-014-string-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ If this is parameter omitted, it defaults to `length(subject) - 1` (which is is
5555

5656
Contrary to similar functions found in most popular programming languages, the `find_last()` function does not return `-1` if no occurrence of the substring can be found. Instead, it returns `null` for consistency reasons with how JMESPath behaves.
5757

58+
### Examples
59+
5860
| Given | Expression | Result
5961
|---|---|---
6062
| `"subject string"` | `` find_last(@, 'string') `` | `8`

0 commit comments

Comments
 (0)