R/PlayerRegex.R

Defines functions PlayerRegex

Documented in PlayerRegex

#' @title 1 stop spot for player regex
#' 
#' 
#' @export

PlayerRegex <- function(){
  "([0-9]{1,4}-[A-Z]\\.[A-Za-z\\'\\-]{1,20})"
}
JackStat/cfb documentation built on May 7, 2019, 10:17 a.m.