Skip to content

FR: split %like% into %like% and %rlike% #3333

@MichaelChirico

Description

@MichaelChirico

This would be mimicking the syntax of Spark SQL (like/rlike) which I quite like.

%like% would begin to use fixed = TRUE (potentially a breaking change) and %rlike% would be more like the current %like%. The idea is to provide a fixed = TRUE option since this is more efficient.

Do a lot of people rely currently on %like% accepting regex?

Would also be possible to go the opposite way by offering e.g. %flike% as the fixed version of %like%, at the expense of being somewhat confusing for frequent users of Spark SQL & data.table (such as myself)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions