Daft
Daft copied to clipboard
[EXPRESSIONS] `.str.ilike`
.str.ilike(patterns : str | list[str])
Match patterns against self, case-insensitive.
This function is modeled after SQL’s ILIKE directive. Use % as a multiple-character wildcard or _ as a single-character wildcard.
Use re_search or rlike for regular expression-based matching.
https://ibis-project.org/reference/expression-strings#ibis.expr.types.strings.StringValue.ilike