Skip to contents
  • perl(): use perl = TRUE (the default)

  • regex(): fixed = FALSE & perl = FALSE

  • fixed(): use fixed = TRUE

Usage

fixed(x)

regex(x, ignore_case = FALSE)

perl(x, ignore_case = FALSE)

Arguments

x

Pattern whose behaviour will be modified

ignore_case

If TRUE, will ignore case during matching.