The R Project SVN R

Rev

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

Rev 66872 Rev 68407
Line 1... Line 1...
1
% File src/library/base/man/strsplit.Rd
1
% File src/library/base/man/strsplit.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2015 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{strsplit}
6
\name{strsplit}
7
\alias{strsplit}
7
\alias{strsplit}
8
\title{Split the Elements of a Character Vector}
8
\title{Split the Elements of a Character Vector}
Line 80... Line 80...
80
  result will be in UTF-8 and have their encoding declared as UTF-8.
80
  result will be in UTF-8 and have their encoding declared as UTF-8.
81
  For \code{perl = TRUE, useBytes = FALSE} all non-ASCII strings in a
81
  For \code{perl = TRUE, useBytes = FALSE} all non-ASCII strings in a
82
  multibyte locale are translated to UTF-8.
82
  multibyte locale are translated to UTF-8.
83
}
83
}
84
 
84
 
85
\note{
-
 
86
  Prior to \R 2.11.0 there was an argument \code{extended} which could
-
 
87
  be used to select \sQuote{basic} regular expressions: this was often
-
 
88
  used when \code{fixed = TRUE} would be preferable.
-
 
89
}
-
 
90
 
-
 
91
\seealso{
85
\seealso{
92
  \code{\link{paste}} for the reverse,
86
  \code{\link{paste}} for the reverse,
93
  \code{\link{grep}} and \code{\link{sub}} for string search and
87
  \code{\link{grep}} and \code{\link{sub}} for string search and
94
  manipulation; also \code{\link{nchar}}, \code{\link{substr}}.
88
  manipulation; also \code{\link{nchar}}, \code{\link{substr}}.
95
 
89