R/print.regexr.R

Defines functions print.regexr

Documented in print.regexr

#' Prints a regexr Object
#' 
#' Prints a \code{regexr} object
#' 
#' @param x The \code{regexr} object.
#' @param \ldots Ignored.
#' @export
#' @method print regexr
print.regexr <- function(x, ...){
    print(as.character(x))
}
trinker/qdapRegex documentation built on Oct. 19, 2023, 11:31 p.m.