polars.Expr.bin.ends_with# Expr.bin.ends_with(sub: bytes) → Expr[source]# Check if string values end with a binary substring. Parameters: subSuffix substring.