locatePrior

Return the index of the prior instance of 'match' starting just before 'start', or source.length where there is no match.

Parameter 'start' defaults to source.length

size_t
locatePrior
(,
char match
,
size_t start = size_t.max
)

Meta