fork download
  1. V2 <- c("6K102","62D102","627Z102")
  2. sub("([[:upper:]])", ".\\1", V2)
Success #stdin #stdout 0.2s 39236KB
stdin
Standard input is empty
stdout
[1] "6.K102"   "62.D102"  "627.Z102"