Skip to content

Instantly share code, notes, and snippets.

@satan87
Created June 18, 2020 15:14
Show Gist options
  • Save satan87/2098507b35aef862c7a1e5ae7cd84aeb to your computer and use it in GitHub Desktop.
Save satan87/2098507b35aef862c7a1e5ae7cd84aeb to your computer and use it in GitHub Desktop.
if !filters.byAuthorFirstName.isEmpty {
bookFiltered.removeAll(
where: {$0.author.firstName.range(of: filters.byAuthorFirstName, options: .caseInsensitive) == nil})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment