/tripkit/TripKitAndroid/com.skedgo.tripkit/Utils/matchCityName
matchCityName
\
fun matchCityName(name: String?): Predicate<Location>
Return
True for either null or "" string or string having only spaces. Also true if the city name contains the keyword. Otherwise, false.