R/regex-class.R

#' Prints a subcom object
#' 
#' Prints a subcom object.
#' 
#' @param x The subcom object.
#' @param \ldots Ignored.
#' @export
#' @method print subcom
print.subcom <- function(x, ...){
    class(x) <- "character"
    print(x)
}
trinker/regexr documentation built on May 31, 2019, 9:50 p.m.