R/type.R
fixed.Rd
perl(): use perl = TRUE (the default)
perl()
perl = TRUE
regex(): fixed = FALSE & perl = FALSE
regex()
fixed = FALSE
perl = FALSE
fixed(): use fixed = TRUE
fixed()
fixed = TRUE
fixed(x) regex(x, ignore_case = FALSE) perl(x, ignore_case = FALSE)
Pattern whose behaviour will be modified
If TRUE, will ignore case during matching.
TRUE