The R Project SVN R

Rev

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

Rev 60325 Rev 61433
Line 36... Line 36...
36
  \code{aregexec} provides a different interface to approximate string
36
  \code{aregexec} provides a different interface to approximate string
37
  matching than \code{\link{agrep}} (along the lines of the interfaces
37
  matching than \code{\link{agrep}} (along the lines of the interfaces
38
  to exact string matching provided by \code{\link{regexec}} and
38
  to exact string matching provided by \code{\link{regexec}} and
39
  \code{\link{grep}}).
39
  \code{\link{grep}}).
40
 
40
 
41
  Note that by default, \code{\link{agrep}} performs literal matches, 
41
  Note that by default, \code{\link{agrep}} performs literal matches,
42
  whereas \code{aregexec} performs regular expression matches.
42
  whereas \code{aregexec} performs regular expression matches.
43
 
43
 
44
  See \code{\link{agrep}} and \code{\link{adist}} for more information
44
  See \code{\link{agrep}} and \code{\link{adist}} for more information
45
  about approximate string matching and distances.
45
  about approximate string matching and distances.
46
 
46