tests/testthat/_snaps/match.md

match can't use other modifiers

Code
  str_match("x", coll("y"))
Condition
  Error in `str_match()`:
  ! `pattern` must be a regular expression.
Code
  str_match_all("x", coll("y"))
Condition
  Error in `str_match_all()`:
  ! `pattern` must be a regular expression.


Try the stringr package in your browser

Any scripts or data that you put into this service are public.

stringr documentation built on Nov. 15, 2023, 1:08 a.m.