The R Project SVN R

Rev

Rev 28442 | Rev 36704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28442 Rev 32685
Line 48... Line 48...
48
  A missing value of \code{split} does not split the the corresponding
48
  A missing value of \code{split} does not split the the corresponding
49
  element(s) of \code{x} at all.
49
  element(s) of \code{x} at all.
50
}
50
}
51
\section{Warning}{
51
\section{Warning}{
52
  The standard regular expression code has been reported to be very slow
52
  The standard regular expression code has been reported to be very slow
53
  or give errors when applied to extremely long character strings
53
  when applied to extremely long character strings
54
  (tens of thousands of characters or more): the code used when
54
  (tens of thousands of characters or more): the code used when
55
  \code{perl=TRUE} seems faster and more reliable for such usages.
55
  \code{perl=TRUE} seems much faster and more reliable for such usages.
-
 
56
 
-
 
57
  The \code{perl = TRUE} option is only implemented for singlebyte and
-
 
58
  UTF-8 encodings, and will warn if used in a non-UTF-8 multibyte locale.
56
}
59
}
57
\seealso{
60
\seealso{
58
  \code{\link{paste}} for the reverse,
61
  \code{\link{paste}} for the reverse,
59
  \code{\link{grep}} and \code{\link{sub}} for string search and
62
  \code{\link{grep}} and \code{\link{sub}} for string search and
60
  manipulation; further \code{\link{nchar}}, \code{\link{substr}}.
63
  manipulation; further \code{\link{nchar}}, \code{\link{substr}}.