On Jan 3, 2011, at 2:24 PM, rivercode wrote:
Hi,
Have been having trouble trying to figure out the right regex
parameters to
remove the last "." in timestamp with the following format:
Convert 09:30:00.377.853 to 09:30:00.377853
gsub("()(\\.)(.{3}$)", "\\1\\3" , "09:30:00.377.853")
[1] "09:30:00.377853"
--
View this message in context:
http://r.789695.n4.nabble.com/Regex-to-remove-last-character-tp3172466p3172466.html
==
David Winsemius, MD
West Hartford, CT
______________________________________________
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.