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)
This would be mimicking the syntax of Spark SQL (
like/rlike) which I quite like.%like%would begin to usefixed = TRUE(potentially a breaking change) and%rlike%would be more like the current%like%. The idea is to provide afixed = TRUEoption 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 thefixed version of%like%, at the expense of being somewhat confusing for frequent users of Spark SQL &data.table(such as myself)