R/SeaBird.regexpr.R

#' Regular expression matching
#'
#' @export
#'
"SeaBird.regexpr" <- function(x, y, fixed = T)
{

    return(regexpr(x, y, fixed=fixed))

}
cttedwards/seabird2 documentation built on May 14, 2019, 12:41 p.m.