Skip to content

pyspark_dubber.sql.functions.substring_index

pyspark_dubber.sql.functions.substring_index(
    str: pyspark_dubber.sql.expr.Expr | str,
    delim: str,
    count: int,
)

PySpark API Reference

Incompatibility Note

Negative counts are not supported.