Skip to content

pyspark_dubber.sql.functions.regexp_extract_all

pyspark_dubber.sql.functions.regexp_extract_all(
    str_: pyspark_dubber.sql.expr.Expr | str,
    regexp: pyspark_dubber.sql.expr.Expr | str,
    idx: pyspark_dubber.sql.expr.Expr | int = 1,
)

PySpark API Reference

Incompatibility Note

For technical reasons, the first argument is called str_ instead of str.