RosettaCodeData/Task/Regular-expressions/R/regular-expressions-1.r
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

3 lines
88 B
R

pattern <- "string"
text1 <- "this is a matching string"
text2 <- "this does not match"