ianmcook commented on a change in pull request #9915:
URL: https://github.com/apache/arrow/pull/9915#discussion_r608247621



##########
File path: r/R/dplyr.R
##########
@@ -438,6 +440,48 @@ build_function_list <- function(FUN) {
   )
 }
 
+arrow_r_string_match_function <- function(FUN) {
+  function(pattern, x, ignore.case = FALSE, fixed = FALSE) {
+    if (ignore.case) {

Review comment:
       Simplified and factored out in f05321292daa48bd0a58a151819e99ec6a14bc62




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to