StringFilters<T extends String> extension

Built in filters for int/double columns

on

Methods

contains(T value, {bool caseInsensitive = true}) ComposableFilter
Create a filter to check if the this text column contains a substring
endsWith(T value, {bool caseInsensitive = true}) ComposableFilter
Create a filter to check if the this text column ends with a substring
startsWith(T value, {bool caseInsensitive = true}) ComposableFilter
Create a filter to check if the this text column starts with a substring