Slide template topic Archive.BiostatSlideTemplate not found or empty!Using both anchors
> grep("10{3}", c("abc1000", "1000", "10000"))
[1] 1 2 3
> grep("10{3}$", c("abc1000", "1000", "10000"))
[1] 1 2
> grep("^10{3}$", c("abc1000", "1000", "10000"))
[1] 2