Skip to content

Deprecate findin(a, b) in favor or find(occursin(b), a)Β #24967

@nalimilan

Description

@nalimilan

As part of the unification of search and find functions (#10593), we should deprecate findin(a, b) in favor of the more explicit find(occursin(b), a), which is equivalent to find(x -> x in b, a). occursin is already implemented in #24673.

Metadata

Metadata

Assignees

No one assigned

    Labels

    deprecationThis change introduces or involves a deprecationsearch & findThe find* family of functions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions