English
Appearance
Home > FilterMatchMode
筛选匹配模式
type FilterMatchMode = 'contains' | 'startsWith' | 'endsWith' | 'exact' | 'regex';