# NOT RUN {
start_of_line(enable = TRUE)
start_of_line(enable = FALSE)
# create expression
x <- start_of_line() %>%
find("apple")
grepl(x, "pineapple") # should be false
grepl(x, "apple") # should be true
# }
Run the code above in your browser using DataLab