Try this: x <- c("AGDHA!jdbsah/dsgadg#dasdwq*dsad", "<INT>", "<HEXA>") grep("<.*>", x, invert = TRUE)
On Tue, Feb 15, 2011 at 12:34 PM, zem <zmanol...@gmail.com> wrote: > > OK I have strings like these: > > AGDHA!jdbsah/dsgadg#dasdwq*dsad > > and > > <INT> > <HEXA> > etc. > > the first one must be mathced and these in the <> not > -- > View this message in context: > http://r.789695.n4.nabble.com/regex-tp3306635p3306858.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.