polars.Expr.bin.ends_with#

Expr.bin.ends_with(suffix: bytes) Expr[source]#

Check if string values end with a binary substring.

Parameters:
suffix

Suffix substring.