Home
last modified time | relevance | path

Searched refs:strip_ctl (Results 1 – 12 of 12) sorted by relevance

/dports/devel/R-cran-fansi/fansi/tests/unitizer/
H A Dstrip.R12 strip_ctl(string)
17 strip_ctl("hello\033")
20 strip_ctl("hello\033[")
31 strip_ctl(1:3)
83 strip_ctl(string.0)
84 strip_ctl(string.0, "sgr")
105 strip_ctl(string.1, "all")
118 strip_ctl(string.2)
119 strip_ctl(string.2, "sgr")
122 strip_ctl(string.3)
[all …]
H A Dstrsplit.R26 identical(lapply(str.spl3, strip_ctl), str.spl2)
H A Dwrap.R60 strwrap_ctl(strip_ctl(hello2.0, "sgr"), 10)
96 nchar(strip_ctl(wrap.csi, "sgr"))
/dports/devel/R-cran-fansi/fansi/man/
H A Dstrip_ctl.Rd3 \name{strip_ctl}
4 \alias{strip_ctl}
8 strip_ctl(x, ctl = "all", warn = getOption("fansi.warn"), strip)
73 strip_ctl(string)
74 strip_ctl(string, c("nl", "c0", "sgr", "csi", "esc")) # equivalently
75 strip_ctl(string, "sgr")
76 strip_ctl(string, c("c0", "esc"))
81 strip_ctl(string, c("all", "nl", "c0"))
83 ## convenience function, same as `strip_ctl(ctl='sgr')`
H A Dnchar_ctl.Rd80 \code{nchar_ctl} is just a wrapper around \code{nchar(strip_ctl(...))}. \code{nzchar_ctl}
82 equivalent \code{nzchar(strip_ctl(...))}.
131 \code{\link{strip_ctl}} for removing \emph{Control Sequences}.
/dports/devel/R-cran-fansi/fansi/R/
H A Dstrip.R64 strip_ctl <- function(x, ctl='all', warn=getOption('fansi.warn'), strip) { function
H A Dnchar.R97 stripped <- strip_ctl(x, ctl=ctl, warn=warn)
H A Dstrsplit.R110 x.strip <- strip_ctl(x, warn=warn, ctl=ctl)
/dports/devel/R-cran-fansi/fansi/
H A DNAMESPACE17 export(strip_ctl)
H A DMD534 dcf7221e82503c6f6d2e3fb57d9e6cb8 *man/strip_ctl.Rd
H A DNEWS.md32 parameter to most functions. Some functions such as `strip_ctl` had existing
/dports/devel/R-cran-pillar/pillar/R/
H A Dpillar.R61 type_format <- fansi::strip_ctl(format_full_pillar_type(x))