jmespath-community / jmespath.spec

JMESPath Specification
8 stars 3 forks source link

Reworked find_last() functions for consistency #119

Closed springcomp closed 1 year ago

springcomp commented 1 year ago

The find_last() function now operates like find_first() but returns the last index where the search substring appears. Clarified that those functions operate on the [$start, $end] slice range to search for the occurence of the substring.