Add overloads of Range::{start,end}sWith with custom comparator
authorAlex Malyshev <alexanderm@fb.com>
Tue, 14 Feb 2017 19:09:42 +0000 (11:09 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 14 Feb 2017 19:21:43 +0000 (11:21 -0800)
commit41cee12b073235250d4df38b6179f8c2977a6b39
tree9b8f865b28ace818365d9527111c108416a7b82f
parent4aa405ec8db137b29d403aa204a91ed50aab5bb4
Add overloads of Range::{start,end}sWith with custom comparator

Summary: Intended to be used for case-insensitive prefix/suffix matching.

Reviewed By: yfeldblum

Differential Revision: D4552336

fbshipit-source-id: 0030b883426dd67bea27c3f878279359d51e1d33
folly/Range.h
folly/test/RangeTest.cpp