R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' Fast string matching with limited wildcard support
#' 
#' @description
#' For each string in \code{x}, find the find match in \code{y}.
#' The character '?' is treated as a wildcard in both \code{x} and \code{y}.
#' 
#' @param x character
#' @param y character
#' @return integer positions of matches in \code{y} (\code{NA} indicates no match)
#' 
fmatch <- function(x, y) {
    .Call('fmatch_fmatch', PACKAGE = 'fmatch', x, y)
}
holstius/fmatch documentation built on May 17, 2019, 4:50 p.m.